mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Remove unnecessary spacing
assignment.
It has no useful effect.
This commit is contained in:
parent
66e9b1149c
commit
14281e6147
@ -70,7 +70,6 @@ impl<'a> StringReader<'a> {
|
||||
&& let Some(shebang_len) = rustc_lexer::strip_shebang(self.src)
|
||||
{
|
||||
self.pos = self.pos + BytePos::from_usize(shebang_len);
|
||||
spacing = Spacing::Alone;
|
||||
}
|
||||
|
||||
// Skip trivial (whitespace & comments) tokens
|
||||
|
Loading…
Reference in New Issue
Block a user