diff options
| author | mo8it <mo8it@proton.me> | 2025-02-18 20:10:52 +0100 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-02-18 20:10:52 +0100 |
| commit | d9872f2615a11ce94deb85c8f1c215d69abd7992 (patch) | |
| tree | a525e7eaac10e75db45921f79578d3da33bf1a13 /src/main.rs | |
| parent | 298be671b9108e490fcef6b8febace8659ec710a (diff) | |
Upgrade to edition 2024
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index eeb1883..6688e3e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -use anyhow::{bail, Context, Result}; +use anyhow::{Context, Result, bail}; use app_state::StateFileStatus; use clap::{Parser, Subcommand}; use std::{ |
