Skip to content

Commit 32c6dee

Browse files
committed
Rollup merge of rust-lang#26111 - tshepang:consistency, r=brson
2 parents 8a3f5af + 0d033dd commit 32c6dee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/doc/reference.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,6 @@ Traits can include default implementations of methods, as in:
13671367
```
13681368
trait Foo {
13691369
fn bar(&self);
1370-
13711370
fn baz(&self) { println!("We called baz."); }
13721371
}
13731372
```

0 commit comments

Comments
 (0)