formatter: Remove CST and old formatting (#4730)

This commit is contained in:
Micha Reiser 2023-05-31 08:27:23 +02:00 committed by GitHub
parent d7a4999915
commit 06bcb85f81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
85 changed files with 5335 additions and 13272 deletions

View file

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