summaryrefslogtreecommitdiff
path: root/src/loading/fs.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-08-21 16:38:51 +0200
committerLaurenz <laurmaedje@gmail.com>2021-08-21 17:30:21 +0200
commit0dd4ae0a7ac0c247078df492469ff20b8a90c886 (patch)
tree07a55343b9ccab3fe76b0f1b0de9d1be310d8b14 /src/loading/fs.rs
parentf38eb10c2b54bd13ccef119454839f6a66448462 (diff)
Prune derives
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 46e3dba1..d03df3ba 100644
--- a/src/loading/fs.rs
+++ b/src/loading/fs.rs
@@ -13,7 +13,7 @@ use crate::font::FaceInfo;
/// Loads fonts and files from the local file system.
///
/// _This is only available when the `fs` feature is enabled._
-#[derive(Debug, Default, Clone)]
+#[derive(Default)]
pub struct FsLoader {
faces: Vec<FaceInfo>,
}