mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 21:05:08 +00:00
Remove experimental formatter warning (#8148)
Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
parent
2f32a57cf4
commit
7f4ea6690d
4 changed files with 1 additions and 16 deletions
|
@ -437,7 +437,7 @@ pub(crate) enum FormatResult {
|
|||
/// The file was unchanged, as the formatted contents matched the existing contents.
|
||||
Unchanged,
|
||||
|
||||
/// Skipped formatting because its an unformatted file format
|
||||
/// Skipped formatting because its an unsupported file format
|
||||
Skipped,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue