mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
Remove unnecessary spacing assignment.
It has no useful effect.
This commit is contained in:
@@ -70,7 +70,6 @@ fn next_token(&mut self) -> (Spacing, Token) {
|
||||
&& 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
|
||||
|
||||
Reference in New Issue
Block a user