Skip to content

Commit

Permalink
chore(analyzer): format the code
Browse files Browse the repository at this point in the history
  • Loading branch information
wangziling committed May 16, 2024
1 parent 396311c commit 85ec7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analyzer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub fn load_workspace(

// See: https://github.com/rust-lang/cargo/pull/13909
// The `canonicalize` func on windows will return `r"\\?\"` verbatim prefix.
// "The Cargo makes a core assumption that verbatim paths aren't used."
// "The Cargo makes a core assumption that verbatim paths aren't used."
// So we cannot use this func on windows.
if cfg!(windows) {
project_path.to_path_buf()
Expand Down

0 comments on commit 85ec7d3

Please sign in to comment.