mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-01 12:25:10 +00:00
chore: Upgrade Rust to 1.67.0 (#3125)
This commit is contained in:
parent
ed33b75bad
commit
ffd8e958fc
7 changed files with 7 additions and 8 deletions
|
|
@ -103,7 +103,7 @@ mod tests {
|
|||
|
||||
let snapshot_path = Path::new(&workspace_path)
|
||||
.join("src/snapshots")
|
||||
.join(&format!(
|
||||
.join(format!(
|
||||
"{module_path}__{}.snap",
|
||||
snapshot_name.replace(&['/', '\\'][..], "__")
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue