Made the unicode feature optional for inline highlighting

This commit is contained in:
Armin Ronacher 2021-02-07 21:55:56 +01:00
parent 84f9bc35c6
commit df4be6b493
4 changed files with 22 additions and 2 deletions

View file

@ -18,7 +18,7 @@ all-features = true
[features]
default = ["text"]
text = []
inline = ["unicode"]
inline = ["text"]
# this annoyingly currently also turns on bstr and not just bstr/unicode
# unclear if this is fixable