Auto merge of #28724 - tsion:remove-double-semicolons, r=alexcrichton
Really minor code cleanup, because why not?
This commit is contained in:
commit
44d404804c
4 changed files with 5 additions and 5 deletions
|
|
@ -39,5 +39,5 @@ pub fn main() {
|
|||
assert_eq!(v, 22);
|
||||
|
||||
let v = Counter::new(22).inc().inc().get();
|
||||
assert_eq!(v, 24);;
|
||||
assert_eq!(v, 24);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue