We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438fdad commit 9a9bd69Copy full SHA for 9a9bd69
clippy_lints/src/manual_ilog2.rs
@@ -102,4 +102,6 @@ impl LateLintPass<'_> for ManualIlog2 {
102
);
103
}
104
105
+
106
+ extract_msrv_attr!(LateContext);
107
0 commit comments