Skip to content

Commit

Permalink
Fix typo in cargo.md (#1847)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeisler authored Feb 23, 2024
1 parent 847e1a0 commit 099ca49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chromium/cargo.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ may offer an advantage"):
for command-line parsing and on `toml` for configuration files.
- Disclaimer: a unique reason for using `cargo` was unavailability of `gn`
when building and bootstrapping Rust standard library when building Rust
toolchain.)
toolchain.
- `run_gnrt.py` uses Chromium's copy of `cargo` and `rustc`. `gnrt` depends
on third-party libraries downloaded from the internet, by `run_gnrt.py`
asks `cargo` that only `--locked` content is allowed via `Cargo.lock`.)
Expand Down

0 comments on commit 099ca49

Please sign in to comment.