1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-04 00:54:07 +02:00

less panicy read_bool

This commit is contained in:
Robin Appelman 2019-12-25 14:27:29 +01:00
commit 5b89a5940d
2 changed files with 3 additions and 3 deletions

View file

@ -8,5 +8,5 @@ matrix:
- rust: nightly
fast_finish: true
script:
- cargo build --verbose --all
- cargo test --verbose --all
- cargo test --all
- cargo test --all --all-features