]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/from_str_radix_10.rs
Rollup merge of #90741 - mbartlett21:patch-4, r=dtolnay
[rust.git] / src / tools / clippy / clippy_lints / src / from_str_radix_10.rs
index 98ce3db025caa015b4b42e1f7556d3570b0348d6..73e800073b03fe6c0f0e6d93ceef01a834f0dd61 100644 (file)
@@ -35,6 +35,7 @@
     /// let input: &str = get_input();
     /// let num: u16 = input.parse()?;
     /// ```
+    #[clippy::version = "1.52.0"]
     pub FROM_STR_RADIX_10,
     style,
     "from_str_radix with radix 10"