Allow disabling Cargo.toml not found error

This commit is contained in:
Wilco Kusee 2020-01-03 15:04:54 +01:00
parent 6c321d7318
commit e7bb82c3a4
No known key found for this signature in database
GPG key ID: D5B2BB5CDC3334BC
4 changed files with 26 additions and 19 deletions

View file

@ -56,6 +56,7 @@ impl Default for FeatureFlags {
("completion.insertion.add-call-parenthesis", true),
("completion.enable-postfix", true),
("notifications.workspace-loaded", true),
("notifications.cargo-toml-not-found", true),
])
}
}