From 67139bd63bdfab218157ea0c7a0acc39810b891e Mon Sep 17 00:00:00 2001 From: DasLixou Date: Mon, 13 May 2024 20:25:16 +0200 Subject: [PATCH] fix clippy --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index ebb7caf3a..768c12bfc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -215,6 +215,7 @@ pub enum VelloError { ProfilerCreationError(#[from] wgpu_profiler::CreationError), } +#[allow(dead_code)] // this can be unused when wgpu feature is not used pub(crate) type Result = std::result::Result; /// Renders a scene into a texture or surface.