fix rustfmt stupidity

This commit is contained in:
Fabian
2025-02-20 20:42:55 +01:00
parent b796d3e1b8
commit 2d154f3727
2 changed files with 6 additions and 3 deletions

View File

@@ -4,6 +4,3 @@ fn_single_line = true
imports_indent = "Block"
control_brace_style = "ClosingNextLine"
single_line_if_else_max_width = 92
ignore = [
"src/rust/gen"
]

View File

@@ -1,8 +1,14 @@
#[rustfmt::skip]
pub mod interpreter;
#[rustfmt::skip]
pub mod interpreter0f;
#[rustfmt::skip]
pub mod jit;
#[rustfmt::skip]
pub mod jit0f;
#[rustfmt::skip]
pub mod analyzer;
#[rustfmt::skip]
pub mod analyzer0f;