While `//?/C:/Users/Someone/config-files` is a valid path, it's not very human friendly. Such paths are returned from `BaseDirs`. This patch formats them in the traditional way.
This commit is contained in:
committed by
GitHub
parent
38552646f4
commit
022115e237
@@ -27,7 +27,8 @@ test_script:
|
||||
- if [%APPVEYOR_REPO_TAG%]==[false] (
|
||||
cargo fmt --all -- --check &&
|
||||
cargo clippy --all-targets --all-features -- -D warnings &&
|
||||
cargo clippy --all-targets -- -D warnings
|
||||
cargo clippy --all-targets -- -D warnings &&
|
||||
cargo test
|
||||
)
|
||||
|
||||
before_deploy:
|
||||
|
||||
Reference in New Issue
Block a user