Skip to content

Commit f6e2430

Browse files
committed
rust fmt
1 parent b542311 commit f6e2430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// `error_chain!` can recurse deeply
22
#![recursion_limit = "1024"]
3-
#![cfg_attr(feature="fail-on-deprecated", deny(deprecated))]
3+
#![cfg_attr(feature = "fail-on-deprecated", deny(deprecated))]
44

55
use onefetch::{cli::Cli, cli_utils, error::*, info};
66

0 commit comments

Comments
 (0)