about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src
diff options
context:
space:
mode:
authorMaybe Waffle <waffle.lapkin@gmail.com>2023-04-05 13:48:19 +0000
committerMaybe Waffle <waffle.lapkin@gmail.com>2023-04-05 13:49:48 +0000
commit9405f586f5ce5db00b01468788bdd71c09ffd1bc (patch)
treea48581b23d7f99611422ee3a6be415c7c6618995 /compiler/rustc_data_structures/src
parentd7056548f9dd51d44d9d29fd0376ac509605076b (diff)
downloadrust-9405f586f5ce5db00b01468788bdd71c09ffd1bc.tar.gz
rust-9405f586f5ce5db00b01468788bdd71c09ffd1bc.zip
Fix typo
Diffstat (limited to 'compiler/rustc_data_structures/src')
-rw-r--r--compiler/rustc_data_structures/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs
index 47d8c84ba20..e373bd18402 100644
--- a/compiler/rustc_data_structures/src/lib.rs
+++ b/compiler/rustc_data_structures/src/lib.rs
@@ -1,5 +1,5 @@
 //! Various data structures used by the Rust compiler. The intention
-//! 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
 //! it can be easily unit tested and so forth.
 //!
 //! # Note