Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit dec5cfb

Browse files
committed
Remove unused allow_internal_unstable on core::panic.
1 parent 9a9477f commit dec5cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/macros/mod.rs

Lines changed: 1 addition & 1 deletion
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)