Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f838cbc commit 3c11029Copy full SHA for 3c11029
library/std/src/sys_common/mod.rs
@@ -11,7 +11,7 @@
11
//! This is because `sys_common` not only contains platform-independent code,
12
//! but also code that is shared between the different platforms in `sys`.
13
//! 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.
+//! and the dependencies between `std`, `sys_common` and `sys` all would form a DAG.
15
//! Progress on this is tracked in #84187.
16
17
#![allow(missing_docs)]
0 commit comments