Skip to content

Commit

Permalink
Remove #![allow(clippy::eval_order_dependence)]
Browse files Browse the repository at this point in the history
Seems like it was fixed and explicit allow isn't needed anymore
  • Loading branch information
ozkriff committed Jun 9, 2023
1 parent 5db9933 commit d58e0a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/assets.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
//! This module groups all the async loading stuff.
// TODO: https://github.com/rust-lang/rust-clippy/issues/4637
#![allow(clippy::eval_order_dependence)]

use std::{collections::HashMap, hash::Hash};

use mq::{
Expand Down

0 comments on commit d58e0a1

Please sign in to comment.