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
@@ -9,6 +9,7 @@ main() {
|
||||
cross clippy --all-targets --all-features -- -D warnings
|
||||
|
||||
if [ ! -z $DISABLE_TESTS ]; then
|
||||
cross test
|
||||
return
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user