Skip to content

Commit d2eb7d9

Browse files
committed
build: use double quotes in TOML
1 parent 6ba57bd commit d2eb7d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ edition = "2021"
66
readme = "README.md"
77

88
[lints.clippy]
9-
cast_possible_truncation = 'warn'
10-
cast_possible_wrap = 'warn'
11-
cast_sign_loss = 'warn'
9+
cast_possible_truncation = "warn"
10+
cast_possible_wrap = "warn"
11+
cast_sign_loss = "warn"
1212
# See `clippy.toml`.
13-
disallowed_methods = 'warn'
13+
disallowed_methods = "warn"
1414

1515
[dependencies]
1616
clap = { version = "4.2.7", features = ["derive"] }

0 commit comments

Comments
 (0)