File tree 1 file changed +3
-2
lines changed
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`.
240
240
### Config-relative paths
241
241
242
242
Paths 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.
244
244
Paths for non-executables will be relative to where the config value is defined.
245
245
246
246
In particular, rules are:
@@ -258,7 +258,7 @@ In particular, rules are:
258
258
>
259
259
> To avoid unexpected results, the rule of thumb is putting your extra config files
260
260
> 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 ` ,
262
262
> it is recommended to put config files under ` /my/project/.cargo `
263
263
> or a new directory at the same level, such as ` /my/project/.config ` .
264
264
@@ -348,6 +348,7 @@ c = "check"
348
348
d = " doc"
349
349
t = " test"
350
350
r = " run"
351
+ rm = " remove"
351
352
```
352
353
353
354
Aliases are not allowed to redefine existing built-in commands.
You can’t perform that action at this time.
0 commit comments