mirror of
https://github.com/astral-sh/ruff
synced 2026-01-22 14:00:51 -05:00
Update Rust toolchain to 1.91 (#21179)
This commit is contained in:
@@ -24,7 +24,7 @@ impl From<String> for PythonPlatform {
|
||||
fn from(platform: String) -> Self {
|
||||
match platform.as_str() {
|
||||
"all" => PythonPlatform::All,
|
||||
_ => PythonPlatform::Identifier(platform.to_string()),
|
||||
_ => PythonPlatform::Identifier(platform.clone()),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user