docs: make example in new_without_default lint syntax highlighted

This commit is contained in:
Matthias Krüger
2018-08-27 17:35:30 +02:00
parent 628934424e
commit fc31dc01de
+2 -2
View File
@@ -21,7 +21,7 @@
///
/// **Example:**
///
/// ```rust,ignore
/// ```rust
/// struct Foo(Bar);
///
/// impl Foo {
@@ -63,7 +63,7 @@
///
/// **Example:**
///
/// ```rust,ignore
/// ```rust
/// struct Foo;
///
/// impl Foo {