Skip to content

Commit 7ed235a

Browse files
committed
Auto merge of #13076 - hi-rustin:rustin-patch-add, r=epage
Remove the outdated comment
2 parents f38ebbe + fc45ed2 commit 7ed235a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cargo/ops/cargo_add/crate_spec.rs

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ use crate::CargoResult;
1212
/// This can be a
1313
/// - Name (e.g. `docopt`)
1414
/// - Name and a version req (e.g. `docopt@^0.8`)
15-
/// - Path
1615
#[derive(Debug)]
1716
pub struct CrateSpec {
1817
/// Crate name

0 commit comments

Comments
 (0)