Fix clippy + fmt
This commit is contained in:
parent
5759096a4c
commit
4b32a48880
4 changed files with 33 additions and 23 deletions
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue