From 42a27b48df427edf8dbb624c51551a90ecf2e7ea Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 29 Jul 2021 22:27:10 +0200 Subject: Change derive order --- src/loading/fs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/loading') diff --git a/src/loading/fs.rs b/src/loading/fs.rs index 0f6f1076..d41a7dc1 100644 --- a/src/loading/fs.rs +++ b/src/loading/fs.rs @@ -17,7 +17,7 @@ use crate::util::PathExt; /// Loads fonts and images from the local file system. /// /// _This is only available when the `fs` feature is enabled._ -#[derive(Default, Debug, Clone)] +#[derive(Debug, Default, Clone)] pub struct FsLoader { faces: Vec, paths: RefCell>, -- cgit v1.2.3