about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--clippy_lints/src/casts/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/casts/mod.rs b/clippy_lints/src/casts/mod.rs
index 6eac7ad438b..16a1552c5ee 100644
--- a/clippy_lints/src/casts/mod.rs
+++ b/clippy_lints/src/casts/mod.rs
@@ -789,7 +789,7 @@ declare_clippy_lint! {
 
 declare_clippy_lint! {
     /// ### What it does
-    /// Checks for casts of a primitive method pointer to any integer type.
+    /// Checks for casts of a primitive method pointer like `max`/`min` to any integer type.
     ///
     /// ### Why restrict this?
     /// Casting a function pointer to an integer can have surprising results and can occur