Rollup merge of #126776 - nnethercote:rustfmt-use-pre-cleanups-2, r=cuviper

Clean up more comments near use declarations

#125443 will reformat all use declarations in the repository. There are a few edge cases involving comments on use declarations that require care. This PR fixes them up so #125443 can go ahead with a simple `x fmt --all`. A follow-up to #126717.

r? ``@cuviper``
This commit is contained in:
Trevor Gross
2024-07-16 20:10:10 -05:00
committed by GitHub
18 changed files with 45 additions and 41 deletions

View File

@@ -16,7 +16,6 @@
#![deny(unsafe_op_in_unsafe_fn)]
#![allow(unused_macros)]
// Re-export some of our utilities which are expected by other crates.
pub use crate::panicking::{begin_panic, panic_count};
pub use core::panicking::{panic_display, panic_fmt};