summaryrefslogtreecommitdiff
path: root/src/loading/fs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/loading/fs.rs')
-rw-r--r--src/loading/fs.rs2
1 files changed, 1 insertions, 1 deletions
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<FaceInfo>,
paths: RefCell<HashMap<FileId, PathBuf>>,