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 790eef8 commit 967d746Copy full SHA for 967d746
config.unwrap_used.toml
@@ -0,0 +1,6 @@
1
+[target.'cfg(all())']
2
+rustflags = [
3
+ "-Wclippy::unwrap_used",
4
+ "-Aclippy::uninlined_format_args",
5
+ "-Aclippy::zero_prefixed_literal",
6
+]
0 commit comments