diff options
Diffstat (limited to 'src/doc/reference.md')
| -rw-r--r-- | src/doc/reference.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md index d56ecb360cf..154bb300f61 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -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."); } } ``` |
