Move paging support behind a feature

This commit is contained in:
David Tolnay
2020-03-30 10:36:26 -07:00
committed by David Peter
parent 4e11abdf9b
commit 014d754588
5 changed files with 25 additions and 8 deletions

1
ci/script.bash vendored
View File

@ -16,3 +16,4 @@ fi
# Check bat-as-a-library, which has a smaller set of dependencies
cargo check --target "$TARGET" --verbose --lib --no-default-features
cargo check --target "$TARGET" --verbose --lib --no-default-features --features git
cargo check --target "$TARGET" --verbose --lib --no-default-features --features paging