Move shared_traits to ruff_formatter (#4632)

This commit is contained in:
Micha Reiser 2023-05-24 17:38:11 +02:00 committed by GitHub
parent 4233f6ec91
commit edc6c4058f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 127 additions and 163 deletions

View file

@ -0,0 +1,3 @@
#[allow(unused_imports)]
pub(crate) use crate::{ASTFormatContext, AsFormat, FormattedIterExt as _, IntoFormat};
pub(crate) use ruff_formatter::prelude::*;