We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba57bd commit d2eb7d9Copy full SHA for d2eb7d9
Cargo.toml
@@ -6,11 +6,11 @@ edition = "2021"
6
readme = "README.md"
7
8
[lints.clippy]
9
-cast_possible_truncation = 'warn'
10
-cast_possible_wrap = 'warn'
11
-cast_sign_loss = 'warn'
+cast_possible_truncation = "warn"
+cast_possible_wrap = "warn"
+cast_sign_loss = "warn"
12
# See `clippy.toml`.
13
-disallowed_methods = 'warn'
+disallowed_methods = "warn"
14
15
[dependencies]
16
clap = { version = "4.2.7", features = ["derive"] }
0 commit comments