diff options
| author | xFrednet <xFrednet@gmail.com> | 2021-11-20 20:45:27 +0100 |
|---|---|---|
| committer | xFrednet <xFrednet@gmail.com> | 2022-03-02 17:46:08 +0100 |
| commit | 33a5945069e2c7bd3ba8a0dd65b74ebdd234ad7c (patch) | |
| tree | 148bd4bf7d42747ed3a2542ca446c429938c4a6c /compiler/rustc_lint/src/lib.rs | |
| parent | 44cb8fa482abaa567119ceab125498cfeef1171b (diff) | |
| download | rust-33a5945069e2c7bd3ba8a0dd65b74ebdd234ad7c.tar.gz rust-33a5945069e2c7bd3ba8a0dd65b74ebdd234ad7c.zip | |
Make `LintExpectationId` stable between compilation sessions (RFC-2383)
Diffstat (limited to 'compiler/rustc_lint/src/lib.rs')
| -rw-r--r-- | compiler/rustc_lint/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_lint/src/lib.rs b/compiler/rustc_lint/src/lib.rs index 2dc6e980722..18f229564c2 100644 --- a/compiler/rustc_lint/src/lib.rs +++ b/compiler/rustc_lint/src/lib.rs @@ -51,8 +51,8 @@ pub mod builtin; mod context; mod early; mod enum_intrinsics_non_enums; -pub mod hidden_unicode_codepoints; mod expect; +pub mod hidden_unicode_codepoints; mod internal; mod late; mod levels; |
