Skip to content

Commit eb05857

Browse files
committed
lib/macro/internal: remove consecutive empty lines
1 parent a418a84 commit eb05857

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/macro/internal/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ fn parse_op<'a>(input: &'a str, op: Token, key: &str) -> &'a str {
4444
}
4545
}
4646

47-
4847
#[cfg(not(feature = "stable"))]
4948
fn parse_map(mut tokens: TokenTreeIter) -> HashMap<String, TokenNode> {
5049
let mut map = HashMap::new();
@@ -92,7 +91,6 @@ fn parse_map(mut input: &str) -> HashMap<String, Token> {
9291
map
9392
}
9493

95-
9694
#[cfg(not(feature = "stable"))]
9795
fn get_string(map: &mut HashMap<String, TokenNode>, key: &str) -> String {
9896
let node = match map.remove(key) {

0 commit comments

Comments
 (0)