diff options
| author | Eric Huss <eric@huss.org> | 2018-10-15 18:43:57 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2018-11-14 18:55:41 -0800 |
| commit | 7f4bc2247a5fbfd8010ae1a799c3a6b2d173ec82 (patch) | |
| tree | 4604ee287946801ccf5aef0f92122b1ac1d97421 /src/libsyntax/parse/lexer | |
| parent | 7d3b9b1640611c52eb949dd60e8b9565997c6cea (diff) | |
| download | rust-7f4bc2247a5fbfd8010ae1a799c3a6b2d173ec82.tar.gz rust-7f4bc2247a5fbfd8010ae1a799c3a6b2d173ec82.zip | |
Clean up some non-mod-rs stuff.
Diffstat (limited to 'src/libsyntax/parse/lexer')
| -rw-r--r-- | src/libsyntax/parse/lexer/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/lexer/mod.rs b/src/libsyntax/parse/lexer/mod.rs index 590506566dd..0584cd5a3df 100644 --- a/src/libsyntax/parse/lexer/mod.rs +++ b/src/libsyntax/parse/lexer/mod.rs @@ -1890,7 +1890,6 @@ mod tests { missing_fragment_specifiers: Lock::new(FxHashSet::default()), raw_identifier_spans: Lock::new(Vec::new()), registered_diagnostics: Lock::new(ErrorMap::new()), - non_modrs_mods: Lock::new(vec![]), buffered_lints: Lock::new(vec![]), } } |
