Skip to content

Commit

Permalink
fix: typo in lint config
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <[email protected]>
  • Loading branch information
waynexia committed Feb 22, 2024
1 parent 8289b0d commit b5dfee9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ license = "Apache-2.0"

[workspace.lints]
clippy.print_stdout = "warn"
clippy.print_sterr = "warn"
clippy.print_stderr = "warn"
clippy.implicit_clone = "warn"
rust.unknown_lints = "deny"

[workspace.dependencies]
ahash = { version = "0.8", features = ["compile-time-rng"] }
Expand Down

0 comments on commit b5dfee9

Please sign in to comment.