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 b7f40ac

Browse files
authoredJun 20, 2024
Unrolled build for rust-lang#126717
Rollup merge of rust-lang#126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxu Clean up some comments near `use` declarations rust-lang#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 cleans up some clumsy comment cases, taking us a step closer to rust-lang#125443 being able to merge. r? ``@lqd``
2 parents 1aaab8b + b5a5647 commit b7f40ac

File tree

75 files changed

+98
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+98
-33
lines changed
 

‎library/portable-simd/crates/core_simd/src/ops/deref.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//! Ideally, Rust would take care of this itself,
33
//! and method calls usually handle the LHS implicitly.
44
//! But this is not the case with arithmetic ops.
5+
56
use super::*;
67

78
macro_rules! deref_lhs {

‎library/std/src/hash/random.rs

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//! outside this crate.
77
//!
88
//! [`collections`]: crate::collections
9+
910
#[allow(deprecated)]
1011
use super::{BuildHasher, Hasher, SipHasher13};
1112
use crate::cell::Cell;
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Failed to load comments.