mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:53 +00:00
Handle non-printable characters in diff view (#11687)
Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
parent
ee1621b2f9
commit
ed947792cf
9 changed files with 82 additions and 59 deletions
|
@ -39,6 +39,7 @@ pub mod rule_selector;
|
|||
pub mod rules;
|
||||
pub mod settings;
|
||||
pub mod source_kind;
|
||||
mod text_helpers;
|
||||
pub mod upstream_categories;
|
||||
|
||||
#[cfg(any(test, fuzzing))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue