mirror of
https://gitlab.com/veloren/veloren
synced 2026-08-16 16:26:07 -04:00
Remove unneeded Clippy annotation.
This commit is contained in:
parent
16aa9ef40a
commit
c11b9bdf0a
1 changed files with 0 additions and 3 deletions
|
|
@ -348,9 +348,6 @@ impl Scene {
|
|||
|
||||
/// Maintain data such as GPU constant buffers, models, etc. To be called
|
||||
/// once per tick.
|
||||
// NOTE: All of the "useless" conversion reported here allow us to abstract over repr_c vs.
|
||||
// simd vectors, so fixing this warning would make the code worse in this case.
|
||||
#[allow(clippy::useless_conversion)]
|
||||
pub fn maintain(
|
||||
&mut self,
|
||||
renderer: &mut Renderer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue