]> git.lizzy.rs Git - rust.git/blobdiff - README.md
std: Implement FromStr for SocketAddrV{4,6}
[rust.git] / README.md
index 67285da2e3a6518294d898bd6fc4eab7d310f7a3..a040ff0921a9ed5022ecd9c7de52752f1d957063 100644 (file)
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ Read ["Installing Rust"] from [The Book].
    ```sh
    # Update package mirrors (may be needed if you have a fresh install of MSYS2)
    $ pacman -Sy pacman-mirrors
-   
+
    # Choose one based on platform:
    $ pacman -S mingw-w64-i686-toolchain
    $ pacman -S mingw-w64-x86_64-toolchain
@@ -98,7 +98,7 @@ Building the documentation requires building the compiler, so the above
 details will apply. Once you have the compiler built, you can
 
 ```sh
-$ make docs NO_REBUILD=1 
+$ make docs NO_REBUILD=1
 ```
 
 To make sure you don’t re-build the compiler because you made a change