]> git.lizzy.rs Git - rust.git/commitdiff
doc: one line too many
authorTshepang Lekhonkhobe <tshepang@gmail.com>
Tue, 23 Aug 2016 20:31:44 +0000 (22:31 +0200)
committerTshepang Lekhonkhobe <tshepang@gmail.com>
Tue, 23 Aug 2016 20:31:44 +0000 (22:31 +0200)
src/libcore/default.rs

index 485ddae07fbff93b4723c3b9ffe8c45f93028e6c..a0dd38c983b89fd826d1f9585d36eb35fcb2f0f0 100644 (file)
@@ -38,7 +38,6 @@
 ///     bar: f32,
 /// }
 ///
-///
 /// fn main() {
 ///     let options: SomeOptions = Default::default();
 /// }