mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Remove unneeded Clippy annotation.
This commit is contained in:
parent
16aa9ef40a
commit
c11b9bdf0a
@ -348,9 +348,6 @@ impl Scene {
|
|||||||
|
|
||||||
/// Maintain data such as GPU constant buffers, models, etc. To be called
|
/// Maintain data such as GPU constant buffers, models, etc. To be called
|
||||||
/// once per tick.
|
/// 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(
|
pub fn maintain(
|
||||||
&mut self,
|
&mut self,
|
||||||
renderer: &mut Renderer,
|
renderer: &mut Renderer,
|
||||||
|
Loading…
Reference in New Issue
Block a user