We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8786dec commit 601d04cCopy full SHA for 601d04c
src/cargo/ops/cargo_install.rs
@@ -202,7 +202,7 @@ fn install_one(
202
203
let (mut ws, git_package) = if source_id.is_git() {
204
// Don't use ws.current() in order to keep the package source as a git source so that
205
- // install tracking uses the correct sourc.
+ // install tracking uses the correct source.
206
(Workspace::new(pkg.manifest_path(), config)?, Some(&pkg))
207
} else if source_id.is_path() {
208
(Workspace::new(pkg.manifest_path(), config)?, None)
0 commit comments