Skip to content

Commit

Permalink
Resolve rustfmt complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Slabinski committed Nov 3, 2020
1 parent e7d220c commit c21ddd6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -416,4 +416,10 @@ create_derive!("as_ref", as_ref, AsRef, as_ref_derive, as_ref);
create_derive!("as_mut", as_mut, AsMut, as_mut_derive, as_mut);

create_derive!("borrow", borrow, Borrow, borrow_derive, borrow);
create_derive!("borrow_mut", borrow_mut, BorrowMut, borrow_mut_derive, borrow_mut);
create_derive!(
"borrow_mut",
borrow_mut,
BorrowMut,
borrow_mut_derive,
borrow_mut
);

0 comments on commit c21ddd6

Please sign in to comment.