From c73ab25c9dbe40284cfd38beaf31e2a20a9810de Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 22 Sep 2026 18:22:46 +0200 Subject: refactor(engine): fix portion of clippy lints --- engine/src/lighting.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'engine/src/lighting.rs') diff --git a/engine/src/lighting.rs b/engine/src/lighting.rs index 5314e58..8b75de0 100644 --- a/engine/src/lighting.rs +++ b/engine/src/lighting.rs @@ -122,6 +122,7 @@ pub struct Environmental impl Environmental { + #[must_use] pub fn builder() -> EnvironmentalBuilder { EnvironmentalBuilder::default() -- cgit v1.2.3-18-g5258