diff options
| author | Caio <c410.f3r@gmail.com> | 2023-01-09 10:01:38 -0300 |
|---|---|---|
| committer | Caio <c410.f3r@gmail.com> | 2023-01-09 10:01:38 -0300 |
| commit | d1b7681e1e9aa43a4b4abc9c04c4e6f62fbdb9c6 (patch) | |
| tree | c1ea694906e60cee5e1efe007359dd3de2b4b5d4 | |
| parent | fc8477798e3c68130317ffd32adcfb75f3ea9535 (diff) | |
| download | rust-d1b7681e1e9aa43a4b4abc9c04c4e6f62fbdb9c6.tar.gz rust-d1b7681e1e9aa43a4b4abc9c04c4e6f62fbdb9c6.zip | |
Remove unstable feature
| -rw-r--r-- | library/core/src/num/nonzero.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/library/core/src/num/nonzero.rs b/library/core/src/num/nonzero.rs index bbb3b6453d9..06d22d84aed 100644 --- a/library/core/src/num/nonzero.rs +++ b/library/core/src/num/nonzero.rs @@ -1147,8 +1147,6 @@ macro_rules! nonzero_min_max_unsigned { /// # Examples /// /// ``` - /// #![feature(nonzero_min_max)] - /// #[doc = concat!("# use std::num::", stringify!($Ty), ";")] #[doc = concat!("assert_eq!(", stringify!($Ty), "::MIN.get(), 1", stringify!($Int), ");")] /// ``` @@ -1162,8 +1160,6 @@ macro_rules! nonzero_min_max_unsigned { /// # Examples /// /// ``` - /// #![feature(nonzero_min_max)] - /// #[doc = concat!("# use std::num::", stringify!($Ty), ";")] #[doc = concat!("assert_eq!(", stringify!($Ty), "::MAX.get(), ", stringify!($Int), "::MAX);")] /// ``` @@ -1189,8 +1185,6 @@ macro_rules! nonzero_min_max_signed { /// # Examples /// /// ``` - /// #![feature(nonzero_min_max)] - /// #[doc = concat!("# use std::num::", stringify!($Ty), ";")] #[doc = concat!("assert_eq!(", stringify!($Ty), "::MIN.get(), ", stringify!($Int), "::MIN);")] /// ``` @@ -1208,8 +1202,6 @@ macro_rules! nonzero_min_max_signed { /// # Examples /// /// ``` - /// #![feature(nonzero_min_max)] - /// #[doc = concat!("# use std::num::", stringify!($Ty), ";")] #[doc = concat!("assert_eq!(", stringify!($Ty), "::MAX.get(), ", stringify!($Int), "::MAX);")] /// ``` |
