mirror of
https://github.com/copy/v86
synced 2025-10-14 01:54:07 +08:00
fix rustfmt stupidity
This commit is contained in:
@@ -4,6 +4,3 @@ fn_single_line = true
|
|||||||
imports_indent = "Block"
|
imports_indent = "Block"
|
||||||
control_brace_style = "ClosingNextLine"
|
control_brace_style = "ClosingNextLine"
|
||||||
single_line_if_else_max_width = 92
|
single_line_if_else_max_width = 92
|
||||||
ignore = [
|
|
||||||
"src/rust/gen"
|
|
||||||
]
|
|
||||||
|
@@ -1,8 +1,14 @@
|
|||||||
|
#[rustfmt::skip]
|
||||||
pub mod interpreter;
|
pub mod interpreter;
|
||||||
|
#[rustfmt::skip]
|
||||||
pub mod interpreter0f;
|
pub mod interpreter0f;
|
||||||
|
|
||||||
|
#[rustfmt::skip]
|
||||||
pub mod jit;
|
pub mod jit;
|
||||||
|
#[rustfmt::skip]
|
||||||
pub mod jit0f;
|
pub mod jit0f;
|
||||||
|
|
||||||
|
#[rustfmt::skip]
|
||||||
pub mod analyzer;
|
pub mod analyzer;
|
||||||
|
#[rustfmt::skip]
|
||||||
pub mod analyzer0f;
|
pub mod analyzer0f;
|
||||||
|
Reference in New Issue
Block a user