diff options
Diffstat (limited to 'src/librustc_parse/lib.rs')
| -rw-r--r-- | src/librustc_parse/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_parse/lib.rs b/src/librustc_parse/lib.rs index c60330864de..077c171acca 100644 --- a/src/librustc_parse/lib.rs +++ b/src/librustc_parse/lib.rs @@ -269,7 +269,7 @@ pub fn stream_to_parser<'a>( /// # Note /// /// The main usage of this function is outside of rustc, for those who uses -/// libsyntax as a library. Please do not remove this function while refactoring +/// librustc_ast as a library. Please do not remove this function while refactoring /// just because it is not used in rustc codebase! pub fn stream_to_parser_with_base_dir<'a>( sess: &'a ParseSess, |
