From 8b8bc894ba34d671f1b179e831050e9b0b0ca505 Mon Sep 17 00:00:00 2001 From: Kent Slaney Date: Sun, 15 Dec 2024 08:27:25 -0800 Subject: [PATCH] include the compact module even if the feature is off --- naga/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/naga/src/lib.rs b/naga/src/lib.rs index e92470461ec..15dd48c0ccb 100644 --- a/naga/src/lib.rs +++ b/naga/src/lib.rs @@ -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;