summaryrefslogtreecommitdiff
path: root/clippy.toml
diff options
context:
space:
mode:
Diffstat (limited to 'clippy.toml')
-rw-r--r--clippy.toml2
1 files changed, 1 insertions, 1 deletions
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" },
]