Skip to content

Commit b2d0f4e

Browse files
committed
Fix typos
1 parent ff802a0 commit b2d0f4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/inside-rust/2024-05-07-this-development-cycle-in-cargo-1.79.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ However, the debuginfo analogy falls down in that a project might want both a fi
285285
If we set aside the future possibilities,
286286
it is assumed that this will mostly be set by wrapper tools that generate a proper SBOM out of the fragment we generate.
287287
They will be setting it on a per-run basis and not expect users to enable this setting,
288-
making the focus be on a environment variale, rather than config.
288+
making the focus be on a environment variable, rather than config.
289289
In this framing, we aren't tying it to a specific profile and requiring people to do so could add some extra hurdles.
290290

291291
We could explore having a build setting for now and allow for layering a profile setting in the future.
@@ -324,7 +324,7 @@ As a side note, during the discussion, the idea came up for a new `pub(scope)` t
324324
[LukeMathWalker](https://github.com/LukeMathWalker) recently announced [cargo autoinherit](https://mainmatter.com/blog/2024/03/18/cargo-autoinherit/) which will consolidate all of your dependency sources to
325325
[`[workspace.dependencies]`](https://doc.rust-lang.org/cargo/reference/workspaces.html#the-dependencies-table).
326326

327-
While dicussing the announcement,
327+
While discussing the announcement,
328328
a [footgun came up with regards to `default-features`](https://www.reddit.com/r/rust/comments/1bjdnne/cargoautoinherit_dry_up_your_workspace/kvr6iq1/).
329329
If you set `default-features = true` in the workspace dependencies then `default-features = false` in your package dependencies is ignored
330330
([#12162](https://github.com/rust-lang/cargo/issues/12162)).

0 commit comments

Comments
 (0)