Skip to content

Commit 5a2e9e5

Browse files
epageUrgau
andauthored
Avoid co
Co-authored-by: Urgau <3616612+Urgau@users.noreply.github.com>
1 parent 0ccc2a2 commit 5a2e9e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/inside-rust/2024-06-19-this-development-cycle-in-cargo-1.80.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ Thanks to [LukeMathWalker](https://github.com/LukeMathWalker) for the suggestion
5353

5454
As a refresher, this is a rustc feature that checks `#[cfg]`s against a list of known names and values.
5555
When used with Cargo, the names and values come from:
56-
- rustc's list of "well known" names (generally first party compilation toolchains)
57-
- cargo's list of "well known" names (generally first party crates.io ecosystem)
56+
- rustc's list of "well known" cfgs (generally first party compilation toolchains)
57+
- cargo's list of "well known" cfgs
5858
- [`[features]`](https://doc.rust-lang.org/cargo/reference/features.html)
5959
- [`cargo::rustc-check-cfg` build.rs directive](https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg)
6060
- Passing `--check-cfg` through `RUSTFLAGS`

0 commit comments

Comments
 (0)