From aeaa8b13b76ea43e60ce6e7a4bf7d50cdfc14c8c Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Sat, 27 Feb 2021 11:08:48 -0500 Subject: [PATCH] Run fmt --- compiler/rustc_parse/src/parser/attr_wrapper.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/rustc_parse/src/parser/attr_wrapper.rs b/compiler/rustc_parse/src/parser/attr_wrapper.rs index cc4e9e7bb184f..71e7ede78459e 100644 --- a/compiler/rustc_parse/src/parser/attr_wrapper.rs +++ b/compiler/rustc_parse/src/parser/attr_wrapper.rs @@ -266,7 +266,6 @@ impl<'a> Parser<'a> { return Ok(ret); } - let cursor_snapshot_next_calls = cursor_snapshot.num_next_calls; let mut end_pos = self.token_cursor.num_next_calls;