This commit is contained in:
Maybe Waffle 2023-04-05 13:48:19 +00:00
parent d7056548f9
commit 9405f586f5

View File

@ -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