File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Windows uses Pageant for SSH authentication.
46
46
> ** Note:** Cargo does not support git's shorthand SSH URLs like
47
47
> ` git@example.com/user/repo.git ` . Use a full SSH URL like
48
48
> ` ssh://git@example.com/user/repo.git ` .
49
- >
49
+
50
50
> ** Note:** SSH configuration files (like OpenSSH's ` ~/.ssh/config ` ) are not
51
51
> used by Cargo's built-in SSH library. More advanced requirements should use
52
52
> [ ` net.git-fetch-with-cli ` ] .
Original file line number Diff line number Diff line change @@ -86,6 +86,6 @@ $ cargo build --release
86
86
` cargo build --release ` puts the resulting binary in ` target/release ` instead of
87
87
` target/debug ` .
88
88
89
- Compiling in debug mode is the default for development-- compilation time is
89
+ Compiling in debug mode is the default for development. Compilation time is
90
90
shorter since the compiler doesn't do optimizations, but the code will run
91
91
slower. Release mode takes longer to compile, but the code will run faster.
You can’t perform that action at this time.
0 commit comments