Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
DasLixou committed May 20, 2024
1 parent 44c6d2e commit 67139bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<T, E = VelloError> = std::result::Result<T, E>;

/// Renders a scene into a texture or surface.
Expand Down

0 comments on commit 67139bd

Please sign in to comment.