diff options
author | HampusM <hampus@hampusmat.com> | 2025-05-25 17:34:45 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2025-06-03 14:08:40 +0200 |
commit | a109ac00e67129ddb358b6416a3241f22a441ad9 (patch) | |
tree | b0d245c01ef4be675aacfcabd6ccfc6b7cd5889e /engine/src/util.rs | |
parent | 68a97b0123da1f181d1c78a7f760c55c3f341014 (diff) |
feat(engine): add asset management
Diffstat (limited to 'engine/src/util.rs')
-rw-r--r-- | engine/src/util.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/src/util.rs b/engine/src/util.rs index 0f6c78c..c974c29 100644 --- a/engine/src/util.rs +++ b/engine/src/util.rs @@ -82,6 +82,7 @@ macro_rules! builder { impl From<$name> for $builder_name { + #[allow(unused_variables)] fn from(built: $name) -> Self { Self { |