Fix compile warnings on nightly
Should fix CI test.
This commit is contained in:
parent
4031f584ef
commit
2fbf0081ea
5 changed files with 5 additions and 5 deletions
|
|
@ -356,7 +356,7 @@ impl BackendData {
|
|||
pub fn offscreen_renderer<N: Into<KmsNodes>, F: FnOnce(&mut KmsState) -> Option<N>>(
|
||||
&mut self,
|
||||
kms_node_cb: F,
|
||||
) -> Result<RendererRef, GlMultiError> {
|
||||
) -> Result<RendererRef<'_>, GlMultiError> {
|
||||
match self {
|
||||
BackendData::Kms(kms) => {
|
||||
if let Some(nodes) = kms_node_cb(kms) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue