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 a2c0a21 commit 47a73fcCopy full SHA for 47a73fc
earthly/rust/stdcfgs/clippy.toml
@@ -3,5 +3,5 @@ allow-expect-in-tests = true
3
allow-panic-in-tests = true
4
arithmetic-side-effects-allowed = ["num_bigint::BigInt"]
5
disallowed-macros = [
6
- { path = "std::fmt::Debug", reason = "Debug Formatting not permitted in production release code.\nUse #[cfg_attr(debug_assertions, derive(Debug)] instead." },
+ { path = "std::fmt::Debug", reason = "Debug Formatting not permitted in production release code.\nUse `#[cfg_attr(debug_assertions, derive(Debug))]` instead." },
7
]
0 commit comments