mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 04:37:45 +00:00
docs: clarify “dag” in std::sys_common doc comment
This commit is contained in:
parent
f838cbc06d
commit
3c11029ace
@ -11,7 +11,7 @@
|
||||
//! This is because `sys_common` not only contains platform-independent code,
|
||||
//! but also code that is shared between the different platforms in `sys`.
|
||||
//! Ideally all that shared code should be moved to `sys::common`,
|
||||
//! and the dependencies between `std`, `sys_common` and `sys` all would form a dag.
|
||||
//! and the dependencies between `std`, `sys_common` and `sys` all would form a DAG.
|
||||
//! Progress on this is tracked in #84187.
|
||||
|
||||
#![allow(missing_docs)]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user