Fix all 109 warnings: suppress dead code in removed feature files, clean unused imports

This commit is contained in:
Ryan Ward
2026-05-12 09:05:47 -05:00
parent 2c651f2085
commit c2c6b3bc8a
20 changed files with 22 additions and 9 deletions
+1
View File
@@ -5,6 +5,7 @@ use galaxy_core::telemetry::{EnablementState, TelemetryEvent, TelemetryEventDesc
#[derive(Debug, EnumDiscriminants)]
#[strum_discriminants(derive(EnumIter))]
#[allow(dead_code)]
pub enum SettingsTelemetryEvent {
EnvironmentsPageOpened,
}