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.
4646> ** Note:** Cargo does not support git's shorthand SSH URLs like
4747> ` git@example.com/user/repo.git ` . Use a full SSH URL like
4848> ` ssh://git@example.com/user/repo.git ` .
49- >
49+
5050> ** Note:** SSH configuration files (like OpenSSH's ` ~/.ssh/config ` ) are not
5151> used by Cargo's built-in SSH library. More advanced requirements should use
5252> [ ` net.git-fetch-with-cli ` ] .
Original file line number Diff line number Diff line change @@ -86,6 +86,6 @@ $ cargo build --release
8686` cargo build --release ` puts the resulting binary in ` target/release ` instead of
8787` target/debug ` .
8888
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
9090shorter since the compiler doesn't do optimizations, but the code will run
9191slower. Release mode takes longer to compile, but the code will run faster.
You can’t perform that action at this time.
0 commit comments