We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d705654 commit 9405f58Copy full SHA for 9405f58
compiler/rustc_data_structures/src/lib.rs
@@ -1,5 +1,5 @@
1
//! Various data structures used by the Rust compiler. The intention
2
-//! is that code in here should be not be *specific* to rustc, so that
+//! is that code in here should not be *specific* to rustc, so that
3
//! it can be easily unit tested and so forth.
4
//!
5
//! # Note
0 commit comments