mirror of
https://github.com/astral-sh/ruff
synced 2026-01-22 14:00:51 -05:00
Move Token, TokenKind and Tokens to ruff-python-ast (#21760)
This commit is contained in:
@@ -3,13 +3,11 @@
|
||||
use bstr::ByteSlice;
|
||||
use std::fmt;
|
||||
|
||||
use ruff_python_ast::token::TokenKind;
|
||||
use ruff_python_ast::{self as ast, AnyStringFlags, AtomicNodeIndex, Expr, StringFlags};
|
||||
use ruff_text_size::{Ranged, TextRange, TextSize};
|
||||
|
||||
use crate::{
|
||||
TokenKind,
|
||||
error::{LexicalError, LexicalErrorType},
|
||||
};
|
||||
use crate::error::{LexicalError, LexicalErrorType};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub(crate) enum StringType {
|
||||
|
||||
Reference in New Issue
Block a user