Skip to content

Commit 1f1a917

Browse files
committed
Fix tidy: remove a trailing whitespace
1 parent b07dbe1 commit 1f1a917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/parse/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ pub fn stream_to_parser(sess: &ParseSess, stream: TokenStream) -> Parser<'_> {
334334
/// Use this function when you are creating a parser from the token stream
335335
/// and also care about the current working directory of the parser (e.g.,
336336
/// you are trying to resolve modules defined inside a macro invocation).
337-
///
337+
///
338338
/// # Note
339339
///
340340
/// The main usage of this function is outside of rustc, for those who uses

0 commit comments

Comments
 (0)