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 3b8b692 commit 6fbb5a3Copy full SHA for 6fbb5a3
server/Cargo.toml
@@ -3,7 +3,7 @@ members = ["svix-server", "svix-server_derive"]
3
resolver = "2"
4
5
[workspace.lints.rust]
6
-rust_2018_idioms = "warn"
+rust_2018_idioms = { level = "warn", priority = -1 }
7
trivial_casts = "warn"
8
trivial_numeric_casts = "warn"
9
0 commit comments