Skip to content

Commit

Permalink
include the compact module even if the feature is off
Browse files Browse the repository at this point in the history
  • Loading branch information
kentslaney committed Dec 15, 2024
1 parent 767250e commit 8b8bc89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion naga/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ mod arena;
pub mod back;
mod block;
pub mod common;
#[cfg(feature = "compact")]
pub mod compact;
pub mod diagnostic_filter;
pub mod error;
Expand Down

0 comments on commit 8b8bc89

Please sign in to comment.