Remove unneeded Clippy annotation.

This commit is contained in:
Joshua Yanovski 2020-08-12 11:47:15 +02:00
parent 16aa9ef40a
commit c11b9bdf0a

View File

@ -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,