File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ precedence rules as other options specified directly with `--config`.
240240### Config-relative paths
241241
242242Paths in config files may be absolute, relative, or a bare name without any path separators.
243- Paths for executables without a path separator will use the ` PATH ` environment variable to search for the executable.
243+ Paths for executables without a path separator will use the ` PATH ` environment variable to search for the executable.
244244Paths for non-executables will be relative to where the config value is defined.
245245
246246In particular, rules are:
@@ -258,7 +258,7 @@ In particular, rules are:
258258>
259259> To avoid unexpected results, the rule of thumb is putting your extra config files
260260> at the same level of discovered ` .cargo/config.toml ` in your porject.
261- > For instance, given a project ` /my/project ` ,
261+ > For instance, given a project ` /my/project ` ,
262262> it is recommended to put config files under ` /my/project/.cargo `
263263> or a new directory at the same level, such as ` /my/project/.config ` .
264264
@@ -348,6 +348,7 @@ c = "check"
348348d = " doc"
349349t = " test"
350350r = " run"
351+ rm = " remove"
351352```
352353
353354Aliases are not allowed to redefine existing built-in commands.
You can’t perform that action at this time.
0 commit comments