diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-06-09 00:00:20 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-06-09 00:00:20 +0200 |
| commit | 0d033dd7c259bb52d6fdd01f08c1762db17ea217 (patch) | |
| tree | fff13b21548de7ced5cfda40e3c63b0d85a63fd7 /src/doc | |
| parent | 20cf4cf62c72c67fdd89609f9098b259335ba1ae (diff) | |
| download | rust-0d033dd7c259bb52d6fdd01f08c1762db17ea217.tar.gz rust-0d033dd7c259bb52d6fdd01f08c1762db17ea217.zip | |
reference: get consistent by removing unneeded whitespace
Diffstat (limited to 'src/doc')
| -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."); } } ``` |
