From 099ca497f2017b5c74e8a8afdfcd1a6e28df221d Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Fri, 23 Feb 2024 15:15:58 +0100 Subject: [PATCH] Fix typo in cargo.md (#1847) --- src/chromium/cargo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chromium/cargo.md b/src/chromium/cargo.md index c0bd7c62..b5e9c081 100644 --- a/src/chromium/cargo.md +++ b/src/chromium/cargo.md @@ -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`.)