mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-16 08:30:16 +00:00
Move shared_traits
to ruff_formatter
(#4632)
This commit is contained in:
parent
4233f6ec91
commit
edc6c4058f
24 changed files with 127 additions and 163 deletions
3
crates/ruff_python_formatter/src/prelude.rs
Normal file
3
crates/ruff_python_formatter/src/prelude.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
#[allow(unused_imports)]
|
||||
pub(crate) use crate::{ASTFormatContext, AsFormat, FormattedIterExt as _, IntoFormat};
|
||||
pub(crate) use ruff_formatter::prelude::*;
|
Loading…
Add table
Add a link
Reference in a new issue