mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 08:34:29 -05:00
Bump MSRV to Rust 1.80 (#13826)
This commit is contained in:
@@ -20,7 +20,6 @@ ruff_python_parser = { workspace = true }
|
||||
ruff_source_file = { workspace = true }
|
||||
ruff_text_size = { workspace = true }
|
||||
|
||||
once_cell = { workspace = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
//! Detect code style from Python source code.
|
||||
|
||||
use std::cell::OnceCell;
|
||||
use std::ops::Deref;
|
||||
|
||||
use once_cell::unsync::OnceCell;
|
||||
|
||||
use ruff_python_ast::str::Quote;
|
||||
use ruff_python_parser::{Token, TokenKind, Tokens};
|
||||
use ruff_source_file::{find_newline, LineEnding, Locator};
|
||||
|
||||
Reference in New Issue
Block a user