about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/doc/reference.md1
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."); }
 }
 ```