Skip to content

Commit 9405f58

Browse files
committed
Fix typo
1 parent d705654 commit 9405f58

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_data_structures/src

1 file changed

+1
-1
lines changed

compiler/rustc_data_structures/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! 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
2+
//! is that code in here should not be *specific* to rustc, so that
33
//! it can be easily unit tested and so forth.
44
//!
55
//! # Note

0 commit comments

Comments
 (0)