1
Fork 0

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
commit 606d8cf9e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 45 additions and 41 deletions

View file

@ -470,7 +470,6 @@ pub mod rt;
// The Rust prelude
pub mod prelude;
// Public module declarations and re-exports
#[stable(feature = "rust1", since = "1.0.0")]
pub use alloc_crate::borrow;
#[stable(feature = "rust1", since = "1.0.0")]