Rollup merge of #26111 - tshepang:consistency, r=brson

This commit is contained in:
Steve Klabnik 2015-06-09 17:24:42 -04:00
commit 32c6deec07

View File

@ -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."); }
}
```