Skip to content

Commit e98ede4

Browse files
committed
fix tidy lint
1 parent a77b308 commit e98ede4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/mem/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mod transmutability;
2222
pub use transmutability::{Assume, TransmuteFrom};
2323

2424
mod drop_guard;
25-
#[unstable(feature = "drop_guard", issue = "none")]
25+
#[unstable(feature = "drop_guard", issue = "144426")]
2626
pub use drop_guard::DropGuard;
2727

2828
// This one has to be a re-export (rather than wrapping the underlying intrinsic) so that we can do

0 commit comments

Comments
 (0)