Skip to content
2 changes: 2 additions & 0 deletions relay-event-normalization/src/eap/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ use crate::{ClientHints, FromUserAgentInfo as _, RawUserAgentInfo};

mod ai;
mod size;
#[allow(unused)]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#[allow(unused)]
#[expect(unused)]

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could've sworn I tried that and it didn't work because of tests, but apparently I'm wrong.

mod trimming;

pub use self::ai::normalize_ai;
pub use self::size::*;
Expand Down
Loading
Loading