Skip to content

Commit bdbb84d

Browse files
committed
Auto merge of rust-lang#143810 - matthiaskrgr:rollup-iw7a23z, r=matthiaskrgr
Rollup of 9 pull requests Successful merges: - rust-lang#143403 (Port several trait/coherence-related attributes the new attribute system) - rust-lang#143633 (fix: correct assertion to check for 'noinline' attribute presence before removal) - rust-lang#143647 (Clarify and expand documentation for std::sys_common dependency structure) - rust-lang#143716 (compiler: doc/comment some codegen-for-functions interfaces) - rust-lang#143747 (Add target maintainer information for aarch64-unknown-linux-musl) - rust-lang#143759 (Fix typos in function names in the `target_feature` test) - rust-lang#143767 (Bump `src/tools/x` to Edition 2024 and some cleanups) - rust-lang#143769 (Remove support for SwitchInt edge effects in backward dataflow) - rust-lang#143770 (build-helper: clippy fixes) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 528e40f + d1cd2e5 commit bdbb84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/sys_common/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//! This is because `sys_common` not only contains platform-independent code,
1212
//! but also code that is shared between the different platforms in `sys`.
1313
//! Ideally all that shared code should be moved to `sys::common`,
14-
//! and the dependencies between `std`, `sys_common` and `sys` all would form a dag.
14+
//! and the dependencies between `std`, `sys_common` and `sys` all would form a DAG.
1515
//! Progress on this is tracked in #84187.
1616
1717
#![allow(missing_docs)]

0 commit comments

Comments
 (0)