Skip to content

Commit 549f6a1

Browse files
committed
rust 1.59 warnings
1 parent 9036cda commit 549f6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expression.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ fn next_expr(sl: &str, delim: char) -> Found {
9292
}
9393
}
9494
} else {
95-
unreachable!("Internal: delimiters in parsing must be '(' or '{'");
95+
unreachable!("{}", "Internal: delimiters in parsing must be '(' or '{'");
9696
}
9797
found
9898
}

0 commit comments

Comments
 (0)