Fix clippy + fmt

This commit is contained in:
Remmirad 2023-08-04 13:50:16 +02:00 committed by Héctor Ramón Jiménez
parent 5759096a4c
commit 4b32a48880
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 33 additions and 23 deletions

View file

@ -13,7 +13,7 @@ use crate::core::{
use std::hash::Hash;
pub use image::{Handle, TextureFilter, FilterMethod};
pub use image::{FilterMethod, Handle, TextureFilter};
/// Creates a new [`Viewer`] with the given image `Handle`.
pub fn viewer<Handle>(handle: Handle) -> Viewer<Handle> {