Skip to content

Commit

Permalink
lib/macro/internal: remove consecutive empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 committed Dec 3, 2017
1 parent a418a84 commit eb05857
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/macro/internal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ fn parse_op<'a>(input: &'a str, op: Token, key: &str) -> &'a str {
}
}


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


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

0 comments on commit eb05857

Please sign in to comment.