Upgrade to Rust 1.79 (#11875)

This commit is contained in:
Micha Reiser 2024-06-17 07:15:10 +01:00 committed by GitHub
parent 355d26f05c
commit 1f654ee729
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,3 @@
use std::usize;
use ruff_formatter::{format_args, write, FormatRuleWithOptions};
use ruff_python_ast::Parameters;
use ruff_python_ast::{AnyNodeRef, AstNode};