Skip to content

Commit 258b2e6

Browse files
committed
refactor!: Prepare consumer crate and Windows adapter for 2024 edition
1 parent cfa54f4 commit 258b2e6

16 files changed

Lines changed: 426 additions & 342 deletions

File tree

consumer/src/filters.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ mod tests {
104104
use alloc::vec;
105105

106106
use super::{
107-
common_filter, common_filter_with_root_exception,
108107
FilterResult::{self, *},
108+
common_filter, common_filter_with_root_exception,
109109
};
110110
use crate::tests::nid;
111111

0 commit comments

Comments
 (0)