Skip to content

Commit

Permalink
Fixed clippy lint for serde bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed May 1, 2022
1 parent f45c5d4 commit 98e219b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
#![allow(incomplete_features)]
#![feature(generic_const_exprs)]
#![doc(html_root_url = "https://momolangenstein.github.io/const-type-layout")]
#![cfg_attr(feature = "serde", allow(clippy::type_repetition_in_bounds))]

#[doc(hidden)]
pub extern crate alloc;
Expand Down

0 comments on commit 98e219b

Please sign in to comment.