Skip to content

Commit

Permalink
remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Jul 26, 2019
1 parent 38cb5d0 commit db61486
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/trait_handlers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ pub trait TraitHandler {
fn trait_meta_handler(ast: &DeriveInput, tokens: &mut TokenStream, traits: &[Trait], meta: &Meta);
}



#[inline]
pub fn create_path_from_lit_str(s: &LitStr) -> Option<Path> {
let s = s.value();
Expand Down

0 comments on commit db61486

Please sign in to comment.