Add import formatting default
This commit is contained in:
parent
b6664aacfd
commit
36e9ff3c86
@ -1 +1,2 @@
|
|||||||
hard_tabs = true
|
hard_tabs = true
|
||||||
|
imports_granularity = "Crate"
|
||||||
|
@ -1,10 +1,6 @@
|
|||||||
use std::ops::Range;
|
use std::ops::Range;
|
||||||
|
|
||||||
use parity_wasm::elements::{BrTableData, Local};
|
use parity_wasm::elements::{BrTableData, Instruction, Local, SignExtInstruction};
|
||||||
|
|
||||||
use std::convert::TryFrom;
|
|
||||||
|
|
||||||
use parity_wasm::elements::{Instruction, SignExtInstruction};
|
|
||||||
|
|
||||||
#[allow(non_camel_case_types)]
|
#[allow(non_camel_case_types)]
|
||||||
#[derive(Clone, Copy)]
|
#[derive(Clone, Copy)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user