Drop the '2' suffix from logging macros
Who doesn't like a massive renaming?
This commit is contained in:
parent
15a6bdebab
commit
daf5f5a4d1
726 changed files with 3060 additions and 3060 deletions
|
@ -17,7 +17,7 @@
|
|||
struct R { i: int }
|
||||
|
||||
fn test_rec() {
|
||||
let rs = match true { true => R {i: 100}, _ => fail2!() };
|
||||
let rs = match true { true => R {i: 100}, _ => fail!() };
|
||||
assert_eq!(rs.i, 100);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue