Files
lettre/clippy.toml

4 lines
152 B
TOML

disallowed-methods = [
{ "path" = "std::time::SystemTime::now", reason = "does not work on WASM environments", replacement = "crate::time::now" }
]