Require issue = "none" over issue = "0" in unstable attributes
This commit is contained in:
parent
9ff30a7810
commit
f7256d28d1
111 changed files with 381 additions and 373 deletions
|
@ -89,7 +89,7 @@ mod non_null;
|
|||
pub use non_null::NonNull;
|
||||
|
||||
mod unique;
|
||||
#[unstable(feature = "ptr_internals", issue = "0")]
|
||||
#[unstable(feature = "ptr_internals", issue = "none")]
|
||||
pub use unique::Unique;
|
||||
|
||||
mod const_ptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue