Skip to content

Commit bdccce3

Browse files
authored
Merge pull request #1345 from TurtleArmyMc/patch-1
Fix typo in inside-rust/2024-06-19-this-development-cycle-in-cargo-1.80.md
2 parents a98e441 + 9c4fb0b commit bdccce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ While `build.rs.output` might have helped with check-cfg before we added lint co
416416
it seems pretty rare that it would be of use.
417417

418418
Embedding rust source in the manifest would allow a cargo-script to have a `build.rs`.
419-
While having a fully separate `-sys` package is reaosnable for general cases, there can be one-off "I just want a lib for a little bit" use cases.
419+
While having a fully separate `-sys` package is reasonable for general cases, there can be one-off "I just want a lib for a little bit" use cases.
420420
We had previously decided that embedding other content in a cargo-script (build script, config, proc-macros, addition source and packages),
421421
was an anti-feature and we'd need to revisit a lot more than just this.
422422
Instead, we would want to encourage multi-file packages in these cases.

0 commit comments

Comments
 (0)