We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6efbb1 commit f5ef493Copy full SHA for f5ef493
src/cargo/ops/fix.rs
@@ -1,7 +1,7 @@
1
//! High-level overview of how `fix` works:
2
//!
3
//! The main goal is to run `cargo check` to get rustc to emit JSON
4
-//! diagnostics with suggested fixes that can be applied to the files an the
+//! diagnostics with suggested fixes that can be applied to the files on the
5
//! filesystem, and validate that those changes didn't break anything.
6
7
//! Cargo begins by launching a `LockServer` thread in the background to
0 commit comments