Skip to content

Commit cd9fb84

Browse files
torokati44Dinnerbone
authored andcommitted
chore: Fix a typo in a comment in Cargo.toml
1 parent 26caeaa commit cd9fb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wasm_bindgen_unstable_test
8787

8888
[workspace.lints.clippy]
8989
# LONG-TERM: These lints are unhelpful.
90-
manual_map = "allow" # Less readable: Suggests `opt.map(..)` instsead of `if let Some(opt) { .. }`
90+
manual_map = "allow" # Less readable: Suggests `opt.map(..)` instead of `if let Some(opt) { .. }`
9191
manual_range_contains = "allow" # Less readable: Suggests `(a..b).contains(n)` instead of `n >= a && n < b`
9292
assigning_clones = "allow" # Sometimes useful, but more often than not it doesn't do anything as
9393
# we overwrite an empty item. And sometimes it can even be a footgun

0 commit comments

Comments
 (0)