mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 02:33:55 +00:00
Rollup merge of #26111 - tshepang:consistency, r=brson
This commit is contained in:
commit
32c6deec07
@ -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."); }
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user