about summary refs log tree commit diff
path: root/src/doc/reference.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/reference.md')
-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 875a65e69fa..8d57238dc17 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."); }
 }
 ```