File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ rustdoc = "rustdoc" # the doc generator tool
121
121
target = " triple" # build for the target triple (ignored by `cargo install`)
122
122
target-dir = " target" # path of where to place all generated artifacts
123
123
rustflags = [" .." , " .." ] # custom flags to pass to all compiler invocations
124
+ rustdocflags = [" .." , " .." ] # custom flags to pass to rustdoc
124
125
incremental = true # whether or not to enable incremental compilation
125
126
dep-info-basedir = " .." # full path for the base directory for targets in depfiles
126
127
@@ -133,10 +134,11 @@ color = 'auto' # whether cargo colorizes output
133
134
retry = 2 # number of times a network call will automatically retried
134
135
git-fetch-with-cli = false # if `true` we'll use `git`-the-CLI to fetch git repos
135
136
136
- # Alias cargo commands. The first 3 aliases are built in. If your
137
+ # Alias cargo commands. The first 4 aliases are built in. If your
137
138
# command requires grouped whitespace use the list format.
138
139
[alias ]
139
140
b = " build"
141
+ c = " check"
140
142
t = " test"
141
143
r = " run"
142
144
rr = " run --release"
You can’t perform that action at this time.
0 commit comments