diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-03-06 19:22:36 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-03-06 19:22:36 +0100 |
| commit | 95e4db3e0338ce88b724b41a19ce0fc9d2ed1395 (patch) | |
| tree | e7f8d1c1c7cc63b50a11987d40e73b36b3094048 /docs | |
| parent | be3aa0689e7c5e58b1d8daa2e2b2ba90d5eccc46 (diff) | |
| download | rust-95e4db3e0338ce88b724b41a19ce0fc9d2ed1395.tar.gz rust-95e4db3e0338ce88b724b41a19ce0fc9d2ed1395.zip | |
More doc fixes
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/usage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage.md b/docs/usage.md index defe16ab3af..3eee3b554e3 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -12,7 +12,7 @@ In the directory with your project (where you can do the usual `cargo build`), r $ $cg_clif_dir/build/cargo.sh build ``` -This will build and run your project with rustc_codegen_cranelift instead of the usual LLVM backend. +This will build your project with rustc_codegen_cranelift instead of the usual LLVM backend. ## Rustc |
