The cause of the issue comes from the macro, which is provided by a
crate. Bust just to allow this for now.
}
#[cfg(test)]
+#[allow(clippy::unused_unit)]
mod tests {
use super::*;
use test_case::test_case;
}
#[cfg(test)]
+#[allow(clippy::unused_unit)]
mod tests {
use super::*;
use test_case::test_case;
}
#[cfg(test)]
+#[allow(clippy::unused_unit)]
mod tests {
use super::*;
use crate::core::Direction;
}
#[cfg(test)]
+#[allow(clippy::unused_unit)]
mod tests {
use super::*;
use crate::quic::frames::{Frame, Stream, StreamTag};