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.