util: remove path deps (#3413)

* util: remove path deps

* ci: run clippy with --all-features

* ci: run tests with --all-features on FreeBSD CI
This commit is contained in:
Taiki Endo
2021-01-13 00:19:57 +09:00
committed by GitHub
parent ed667c669a
commit d37486dd06
6 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ jobs:
# Run clippy
- name: "clippy --all"
run: cargo clippy --all --tests
run: cargo clippy --all --tests --all-features
docs:
name: docs