diff options
author | HampusM <hampus@hampusmat.com> | 2024-05-18 16:57:03 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-05-18 16:57:03 +0200 |
commit | d139e19bd287ba340b923136c266a77367b83990 (patch) | |
tree | 4d8e469ea2ebf9445236c0a2b3d9b392460282f5 /engine/src/lighting.rs | |
parent | d7675fd0119afe5e9cc872ce8bbb2977a16f0b26 (diff) |
refactor(engine): fix clippy lints
Diffstat (limited to 'engine/src/lighting.rs')
-rw-r--r-- | engine/src/lighting.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/src/lighting.rs b/engine/src/lighting.rs index 6944ee5..d08276e 100644 --- a/engine/src/lighting.rs +++ b/engine/src/lighting.rs @@ -36,6 +36,7 @@ pub struct GlobalLight impl GlobalLight { + #[must_use] pub fn builder() -> GlobalLightBuilder { GlobalLightBuilder::default() |