Skip to content

Commit

Permalink
Update clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
leudz committed Feb 9, 2024
1 parent 729c8e2 commit b150207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scheduler/workload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ impl Workload {
/// - Nested workload is not present in `world`.
/// - [`AllStorages`] borrow failed.
/// - Storage borrow failed.
#[allow(clippy::blocks_in_if_conditions)]
#[allow(clippy::blocks_in_conditions)]
pub fn add_to_world(self, world: &World) -> Result<(), error::AddWorkload> {
let Scheduler {
systems,
Expand Down

0 comments on commit b150207

Please sign in to comment.