Skip to content

Commit

Permalink
Appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
superdump committed Nov 21, 2021
1 parent b1c9349 commit 45696df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pipelined/bevy_render2/src/view/visibility/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ impl VisibleEntities {
pub fn len(&self) -> usize {
self.entities.len()
}

pub fn is_empty(&self) -> bool {
self.is_empty()
}
}

#[derive(Debug, Hash, PartialEq, Eq, Clone, SystemLabel)]
Expand Down

0 comments on commit 45696df

Please sign in to comment.