Reformat using the new identifier sorting from rustfmt
This commit is contained in:
@@ -3,7 +3,7 @@ pub mod call_kind;
|
||||
pub mod common;
|
||||
pub mod find_self_call;
|
||||
|
||||
pub use call_kind::{call_kind, CallDesugaringKind, CallKind};
|
||||
pub use call_kind::{CallDesugaringKind, CallKind, call_kind};
|
||||
pub use find_self_call::find_self_call;
|
||||
|
||||
#[derive(Default, Copy, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user