Explorar o código

Fix list formatting for set_scheme documentation

Thayne McCombs %!s(int64=9) %!d(string=hai) anos
pai
achega
43839337d6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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`