Skip to content

Commit

Permalink
allow type_complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarth committed Nov 21, 2023
1 parent 0a2bdd4 commit aefa512
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rocket.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::type_complexity)]

use super::{Inertia, X_INERTIA, X_INERTIA_LOCATION, X_INERTIA_VERSION};
use rocket::fairing::{Fairing, Info, Kind};
use rocket::http::{self, Method};
Expand Down

0 comments on commit aefa512

Please sign in to comment.