diff --git a/clippy.toml b/clippy.toml index ab5283af0..37a70fb4a 100644 --- a/clippy.toml +++ b/clippy.toml @@ -1,3 +1,3 @@ disallowed-methods = [ -# { path = "std::time::SystemTime::now", reason = "prefere using SleepProvider::wallclock instead when possible" }, +# { path = "std::time::SystemTime::now", reason = "prefer using SleepProvider::wallclock instead when possible" }, ]