Skip to content

Commit

Permalink
Ignore clippy's type complexity lint
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Nov 20, 2023
1 parent 2f21e20 commit bc07bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
//! Loads and renders a glTF file as a scene.
#![allow(clippy::type_complexity)]

use bevy::prelude::*;
use bevy_oxr::xr_input::trackers::OpenXRTrackingRoot;

Expand Down
1 change: 0 additions & 1 deletion src/xr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ fn spawn_controllers_example(mut commands: Commands) {
));
}

#[allow(clippy::type_complexity)]
fn prototype_interaction_input(
oculus_controller: Res<OculusController>,
frame_state: Res<XrFrameState>,
Expand Down

0 comments on commit bc07bb9

Please sign in to comment.