Skip to content

Commit da75d32

Browse files
committed
Remove unused allow_internal_unstable on core::panic.
1 parent fd34606 commit da75d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/macros/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#[doc(include = "panic.md")]
22
#[macro_export]
3-
#[allow_internal_unstable(core_panic, const_caller_location)]
3+
#[allow_internal_unstable(core_panic)]
44
#[stable(feature = "core", since = "1.6.0")]
55
#[rustc_diagnostic_item = "core_panic_macro"]
66
macro_rules! panic {

0 commit comments

Comments
 (0)