Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean-up dependencies, do some chores (#73)
* remove unused cfg-if dependency * clean-up dependency management - No longer enable `serde` dependency when enabling `std` crate feature. - Rename `serde-1` to just `serde`. * apply rustfmt and clippy fixes * remove conditional compilation for outdated tarpaulin coverage reporter * fix serde-1 renaming usage * update to hashbrown 0.15.1 * fix GitHub CI debug-assertions setting * remove commented out code * update html_root_url for next version * fix clippy warning * silence useless clippy warning * move code in front of test module * try to fix coverage CI job * no longer gitignore Cargo.lock * add Cargo.lock to git * improve no_std import config * fix intra doc link * apply rustfmt
- Loading branch information