mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
fix rustfmt stupidity
This commit is contained in:
parent
b796d3e1b8
commit
2d154f3727
2 changed files with 6 additions and 3 deletions
|
|
@ -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"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue