Merge pull request #3118 from mfreeborn/appease-clippy
Add missing semicolon to satisfy clippy
This commit is contained in:
commit
87c3d76c9f
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ impl core::Renderer for Renderer {
|
|||
callback(self.engine.raster_pipeline.load(_handle));
|
||||
|
||||
#[cfg(not(feature = "image"))]
|
||||
callback(Err(core::image::Error::Unsupported))
|
||||
callback(Err(core::image::Error::Unsupported));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue