mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
reference: get consistent by removing unneeded whitespace
This commit is contained in:
@@ -1367,7 +1367,6 @@ Traits can include default implementations of methods, as in:
|
||||
```
|
||||
trait Foo {
|
||||
fn bar(&self);
|
||||
|
||||
fn baz(&self) { println!("We called baz."); }
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user