Skip to content

Commit 4b6fec0

Browse files
committed
fix: Correct usages of its
1 parent 7e1acb0 commit 4b6fec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/inside-rust/this-development-cycle-in-cargo-1.90.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ though we didn't feel strongly whether those needed to be resolved before implem
544544
<!-- team meeting 2025-03-11 -->
545545
`cargo fix` and `cargo clippy --fix` will apply suggested fixes from lints.
546546
However, the output is not always pretty and making it so would be difficult.
547-
If you are like me, its easy to not notice that `cargo fmt` is needed until you see CI fail.
547+
If you are like me, it's easy to not notice that `cargo fmt` is needed until you see CI fail.
548548
It would help if `cargo fix` also handled formatting
549549
([#12608](https://github.com/rust-lang/cargo/issues/12608)).
550550

@@ -633,7 +633,7 @@ We could have a `workspace.new-files` that `cargo new` will copy in.
633633
It's hard to evaluate a solution like this without better understanding
634634
where we might go with templateing ([#5151](https://github.com/rust-lang/cargo/issues/5151)).
635635

636-
We could have a `package.extra-files` which `cargo publish` will copy into the `.crate` file like it does `package.readme` when its outside of the package root.
636+
We could have a `package.extra-files` which `cargo publish` will copy into the `.crate` file like it does `package.readme` when it's outside of the package root.
637637
If we made it this general,
638638
we'd need to also allow users to specify where the files would go.
639639

0 commit comments

Comments
 (0)