فهرست منبع

Fix list formatting for set_scheme documentation

Thayne McCombs 9 سال پیش
والد
کامیت
43839337d6
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/lib.rs

+ 1 - 0
src/lib.rs

@@ -1368,6 +1368,7 @@ impl Url {
     /// Change this URL’s scheme.
     ///
     /// Do nothing and return `Err` if:
+    ///
     /// * The new scheme is not in `[a-zA-Z][a-zA-Z0-9+.-]+`
     /// * This URL is cannot-be-a-base and the new scheme is one of
     ///   `http`, `https`, `ws`, `wss`, `ftp`, or `gopher`