mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
fix(windows): avoid verbatim paths (#3638)
This commit is contained in:
@@ -3,4 +3,6 @@ disallowed-methods = [
|
||||
"std::process::Command::new",
|
||||
# Setting environment variables can cause issues with non-rust code
|
||||
"std::env::set_var",
|
||||
# use `dunce` to avoid UNC/verbatim paths, where possible
|
||||
"std::fs::canonicalize",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user