Rollup merge of #35949 - tshepang:excess, r=GuillaumeGomez

doc: one line too many
This commit is contained in:
Guillaume Gomez 2016-08-23 22:48:03 +02:00 committed by GitHub
commit 16d459f292

View file

@ -38,7 +38,6 @@ use marker::Sized;
/// bar: f32,
/// }
///
///
/// fn main() {
/// let options: SomeOptions = Default::default();
/// }