Skip to content

Commit

Permalink
Fix tidy: remove a trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
topecongiro committed May 21, 2019
1 parent b07dbe1 commit 1f1a917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/parse/mod.rs
Expand Up @@ -334,7 +334,7 @@ pub fn stream_to_parser(sess: &ParseSess, stream: TokenStream) -> Parser<'_> {
/// Use this function when you are creating a parser from the token stream
/// and also care about the current working directory of the parser (e.g.,
/// you are trying to resolve modules defined inside a macro invocation).
///
///
/// # Note
///
/// The main usage of this function is outside of rustc, for those who uses
Expand Down

0 comments on commit 1f1a917

Please sign in to comment.