Skip to content

Commit bfeb6e9

Browse files
committed
fix: Remove 'I'
1 parent 78b2968 commit bfeb6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2024-08-15-this-development-cycle-in-cargo-1.81.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ When discussing that problem, the main perspectives were
291291
- `cargo metadata` should be consistent in its output which can only happen if we can write a `Cargo.lock` to the filesystem
292292
- `cargo metadata` should always let me query information, even it means the information changes due to outside changes (e.g. a new version of a dependency is published so it gets selected)
293293

294-
The problem I see with the latter is user intention.
294+
The problem with the latter is user intention.
295295
Today, you can run `cargo metadata --no-deps` and no `Cargo.lock` gets generated so there isn't a problem.
296296
Once you ask for dependencies,
297297
you are asking for dependencies of that instance of the project and an ephemeral state.

0 commit comments

Comments
 (0)