File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -417,16 +417,16 @@ stored in other locations
417
417
(our temp files are inside the ` target/ ` dir and should be rarer).
418
418
A GC for cargo is being tracked in [ rust-lang/cargo #12633 ] ( https://github.com/rust-lang/cargo/issues/12633 )
419
419
420
+ With lockfile "hidden away" in the ` target/ ` ,
421
+ users might not be aware that they are using old dependencies.
422
+
420
423
Syntax is not reserved for ` build.rs ` , proc-maros, embedding
421
424
additional packages, or other functionality to be added later with the
422
425
assumption that if these features are needed, a user should be using a
423
426
multi-file package.
424
427
As stated in the Motivation, this doesn't have to perfectly cover every use
425
428
case that a ` Cargo.toml ` would.
426
429
427
- With lockfile "hidden away" in the ` target/ ` ,
428
- users might not be aware that they are using old dependencies.
429
-
430
430
The precedence schema for ` cargo foo ` has limitations
431
431
- If your script has the same name as a built-in subcommand, then you have to prefix it with ` ./ `
432
432
- If you browse a random repo and try to run one of your aliases or third-party commands, you could unintentionally get a local script instead.
You can’t perform that action at this time.
0 commit comments