Reformat use declarations.
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
use crate::liveness::{LiveNode, Variable};
|
||||
use std::iter;
|
||||
|
||||
use crate::liveness::{LiveNode, Variable};
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
pub(super) struct RWU {
|
||||
pub(super) reader: bool,
|
||||
|
||||
Reference in New Issue
Block a user