Просмотр исходного кода

Add missing whitespace

Without this whitespace, the example code would be rendered as paragraph text. This change fixes it so the example code is rendered as code.
Magnus Hoff 9 лет назад
Родитель
Сommit
43b2222236
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/lib.rs

+ 1 - 0
src/lib.rs

@@ -1757,6 +1757,7 @@ impl Url {
     /// ```
     ///
     /// Setup username to user1
+    ///
     /// ```rust
     /// use url::{Url, ParseError};
     ///