cargo format

This commit is contained in:
Muhammad Mominul Huque 2019-07-08 04:09:35 +06:00
parent 012fec54dc
commit 09b72489dd
No known key found for this signature in database
GPG key ID: 37AF141540DE557D
6 changed files with 14 additions and 14 deletions

View file

@ -19,7 +19,10 @@ use crate::{
TypeAliasId,
},
impl_block::ImplBlock,
name::{BOOL, CHAR, F32, F64, I128, I16, I32, I64, I8, ISIZE, STR, U128, U16, U32, U64, U8, USIZE, SELF_TYPE},
name::{
BOOL, CHAR, F32, F64, I128, I16, I32, I64, I8, ISIZE, SELF_TYPE, STR, U128, U16, U32, U64,
U8, USIZE,
},
nameres::{CrateModuleId, ImportId, ModuleScope, Namespace},
resolve::Resolver,
traits::{TraitData, TraitItem},