We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a574b commit 5bf18e0Copy full SHA for 5bf18e0
clippy.toml
@@ -8,7 +8,7 @@ disallowed-methods = [
8
{ path = "chrono::Utc::now", reason = "Do not use current date/time in code that must be deterministic" },
9
{ path = "namada_core::time::DateTimeUtc::now", reason = "Do not use current date/time in code that must be deterministic" },
10
{ path = "wasmtimer::std::Instant", reason = "Do not use current date/time in code that must be deterministic" },
11
- #{ path = "std::result::Result::unwrap_or_default", reason = "Do not silently ignore an error that could be caused by gas" },
+ { path = "std::result::Result::unwrap_or_default", reason = "Do not silently ignore an error that could be caused by gas" },
12
]
13
allow-dbg-in-tests = true
14
allow-print-in-tests = true
0 commit comments