Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bd24763

Browse files
committedJul 29, 2024
Move a comment.
In rust-lang#125443 this comment ended up in the wrong spot. I'm not sure why; after careful checking this was the only case I could find like this.
1 parent 66e5852 commit bd24763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎library/std/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,6 @@ mod panicking;
671671
#[allow(dead_code, unused_attributes, fuzzy_provenance_casts, unsafe_op_in_unsafe_fn)]
672672
mod backtrace_rs;
673673

674-
// Re-export macros defined in core.
675674
#[unstable(feature = "cfg_match", issue = "115585")]
676675
pub use core::cfg_match;
677676
#[unstable(
@@ -690,6 +689,7 @@ pub use core::{
690689
env, file, format_args, format_args_nl, include, include_bytes, include_str, line, log_syntax,
691690
module_path, option_env, stringify, trace_macros,
692691
};
692+
// Re-export macros defined in core.
693693
#[stable(feature = "rust1", since = "1.0.0")]
694694
#[allow(deprecated, deprecated_in_future)]
695695
pub use core::{

0 commit comments

Comments
 (0)
Failed to load comments.