File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ Single-file packages maintain an out-of-line target directory by default.
348
348
This is ` $CARGO_HOME/target/<hash-of-path> ` .
349
349
350
350
A single-file package is accepted by cargo commands as a ` --manifest-path `
351
- - Files are considered to have embedded manifest if they end with ` .rs ` or they lack and extension and are of type file
351
+ - Files are considered to have embedded manifest if they end with ` .rs ` or they lack an extension and are of type file
352
352
- This allows running ` cargo test --manifest-path single.rs `
353
353
- ` cargo add ` and ` cargo remove ` may not support editing embedded manifests initially
354
354
- Path-dependencies may not refer to single-file packages at this time (they don't have a ` lib ` target anyways)
You can’t perform that action at this time.
0 commit comments