Feature flagged out the text module

This commit is contained in:
Armin Ronacher 2021-01-24 09:26:56 +01:00
parent 18fff98d22
commit 16d1eea8fc
4 changed files with 11 additions and 4 deletions

View file

@ -7,7 +7,9 @@ doc:
@cargo doc --all-features
test:
@cargo test
@cargo test --all-features
@cargo test --no-default-features
format:
@rustup component add rustfmt 2> /dev/null