Change path normalization strategy to not resolve symlinks (#9330)

This commit is contained in:
woojiq 2024-01-14 16:46:32 +02:00 committed by GitHub
parent a0b02106c3
commit 3f88a3f4e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 171 additions and 26 deletions

View file

@ -55,3 +55,4 @@ parking_lot = "0.12"
[dev-dependencies]
quickcheck = { version = "1", default-features = false }
indoc = "2.0.4"
tempfile = "3.7.0"