aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/src/config.ts')
-rw-r--r--editors/code/src/config.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts
index 2bd276958..e323110a4 100644
--- a/editors/code/src/config.ts
+++ b/editors/code/src/config.ts
@@ -171,9 +171,9 @@ export class Config {
171 (this.cargoFeatures.allFeatures !== 171 (this.cargoFeatures.allFeatures !==
172 this.prevCargoFeatures.allFeatures || 172 this.prevCargoFeatures.allFeatures ||
173 this.cargoFeatures.noDefaultFeatures !== 173 this.cargoFeatures.noDefaultFeatures !==
174 this.prevCargoFeatures.noDefaultFeatures || 174 this.prevCargoFeatures.noDefaultFeatures ||
175 this.cargoFeatures.features.length !== 175 this.cargoFeatures.features.length !==
176 this.prevCargoFeatures.features.length || 176 this.prevCargoFeatures.features.length ||
177 this.cargoFeatures.features.some( 177 this.cargoFeatures.features.some(
178 (v, i) => v !== this.prevCargoFeatures!.features[i], 178 (v, i) => v !== this.prevCargoFeatures!.features[i],
179 )) 179 ))