Catch mutually exclusive features.

This commit is contained in:
Stephen Chung
2021-09-12 21:06:13 +08:00
parent 50ad42bd7f
commit bdbfa8ef5f
2 changed files with 15 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ wasm-bindgen = ["instant/wasm-bindgen"]
stdweb = ["instant/stdweb"]
# internal feature flags - volatile
no_smartstring = [] # Do not use SmartString
no_smartstring = [] # do not use SmartString
[profile.release]
lto = "fat"