Skip to content

Commit

Permalink
update tracking issue for raw_os_nonzero
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus authored Feb 21, 2021
1 parent e78b501 commit 60a9dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/os/raw/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ macro_rules! type_alias {
type_alias_no_nz! { $Docfile, $Alias = $Real; $( $Cfg )* }

#[doc = concat!("Type alias for `NonZero` version of [`", stringify!($Alias), "`]")]
#[unstable(feature = "raw_os_nonzero", issue = "none")]
#[unstable(feature = "raw_os_nonzero", issue = "82363")]
$( $Cfg )*
pub type $NZAlias = $NZReal;
}
Expand Down

0 comments on commit 60a9dcc

Please sign in to comment.