Feature flagged out the text module
This commit is contained in:
parent
18fff98d22
commit
16d1eea8fc
4 changed files with 11 additions and 4 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue