Skip to content

Commit

Permalink
shorter .cargo explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
connortsui20 authored Aug 17, 2023
1 parent 211544a commit 63dc179
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ That's where the [`build-std` feature] of cargo comes in. It allows to recompile
[`build-std` feature]: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#build-std
[nightly Rust compilers]: #installing-rust-nightly

To use the feature, we need to create a local [cargo configuration] file at `.cargo/config.toml` (if your cargo project is named `blog_os`, then create the file locally at `blog_os/.cargo/config.toml`) with the following content:
To use the feature, we need to create a local [cargo configuration] file at `.cargo/config.toml` (the `.cargo` folder should be next to your `src` folder) with the following content:

```toml
# in .cargo/config.toml
Expand Down

0 comments on commit 63dc179

Please sign in to comment.