File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,6 @@ runner = ".."
76
76
# custom flags to pass to all compiler invocations that target $triple
77
77
# this value overrides build.rustflags when both are present
78
78
rustflags = [" .." , " .." ]
79
- # Whether or not to enable incremental compilation
80
- incremental = true
81
79
82
80
[target .'cfg( ...)' ]
83
81
# Similar for the $triple configuration, but using the `cfg` syntax.
@@ -105,6 +103,7 @@ rustdoc = "rustdoc" # the doc generator tool
105
103
target = " triple" # build for the target triple
106
104
target-dir = " target" # path of where to place all generated artifacts
107
105
rustflags = [" .." , " .." ] # custom flags to pass to all compiler invocations
106
+ incremental = true # whether or not to enable incremental compilation
108
107
109
108
[term ]
110
109
verbose = false # whether cargo provides verbose output
You can’t perform that action at this time.
0 commit comments