We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808b523 commit 58fc1fcCopy full SHA for 58fc1fc
src/test/run-pass/match-borrowed_str.rs
@@ -58,4 +58,3 @@ pub fn main() {
58
assert_eq!(g2(&"c", &"d"), ~"not found (c, d)");
59
assert_eq!(g2("d", "e"), ~"not found (d, e)");
60
}
61
-
0 commit comments