Skip to content

Commit

Permalink
Silence 'clippy::type_repetition_in_bounds' warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Feb 13, 2021
1 parent 62a488e commit b9c3a59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Expand Up @@ -311,7 +311,8 @@
clippy::module_name_repetitions,
clippy::shadow_unrelated,
clippy::similar_names,
clippy::too_many_lines
clippy::too_many_lines,
clippy::type_repetition_in_bounds
)]

extern crate proc_macro;
Expand Down

0 comments on commit b9c3a59

Please sign in to comment.