diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-10-11 14:39:52 +0200 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-11-07 13:59:13 +0100 |
| commit | 27f97aa468b5079bfd159e6fee9a04d5501a8818 (patch) | |
| tree | 014c6f7ebc01fdde85bbd4d12d10e74a377d6f36 /src/libsyntax/lib.rs | |
| parent | a1571b68552b0d56d85080c5f92fdab233775de4 (diff) | |
| download | rust-27f97aa468b5079bfd159e6fee9a04d5501a8818.tar.gz rust-27f97aa468b5079bfd159e6fee9a04d5501a8818.zip | |
move syntax::parse::lexer::comments -> syntax::util::comments
Diffstat (limited to 'src/libsyntax/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 205fbe3c52e..bdad52bfb45 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -86,6 +86,7 @@ pub mod error_codes; pub mod util { crate mod classify; + pub mod comments; pub mod lev_distance; pub mod node_count; pub mod parser; |
