diff options
| author | mark <markm@cs.wisc.edu> | 2018-07-11 20:54:12 -0500 |
|---|---|---|
| committer | mark <markm@cs.wisc.edu> | 2018-07-23 21:54:43 -0500 |
| commit | 2a7ae04a6872edd8a1bffa620fde53a2eb2964e1 (patch) | |
| tree | 1bac89ee27dfd99f1f5e88fed3182d8d0884e657 /src/libsyntax/lib.rs | |
| parent | 6a1c0637ce44aeea6c60527f4c0e7fb33f2bcd0d (diff) | |
| download | rust-2a7ae04a6872edd8a1bffa620fde53a2eb2964e1.tar.gz rust-2a7ae04a6872edd8a1bffa620fde53a2eb2964e1.zip | |
Extend ParseSess to support buffering lints
Diffstat (limited to 'src/libsyntax/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index ffaad9bf94c..d241ae1d442 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -181,6 +181,8 @@ pub mod ext { } } +pub mod early_buffered_lints; + #[cfg(test)] mod test_snippet; |
