Skip to content

Commit

Permalink
test: Fix check-cfg warning
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 26, 2024
1 parent 8a63c51 commit 6916710
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion crates/anstream/benches/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const DATA: &[Data] = &[
"0-state_changes",
b"\x1b]2;X\x1b\\ \x1b[0m \x1bP0@\x1b\\".as_slice(),
),
#[cfg(feature = "utf8")]
Data("1-demo.vte", include_bytes!("../tests/demo.vte").as_slice()),
Data(
"2-rg_help.vte",
Expand Down
1 change: 0 additions & 1 deletion crates/anstream/benches/strip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ const DATA: &[Data] = &[
"0-state_changes",
b"\x1b]2;X\x1b\\ \x1b[0m \x1bP0@\x1b\\".as_slice(),
),
#[cfg(feature = "utf8")]
Data("1-demo.vte", include_bytes!("../tests/demo.vte").as_slice()),
Data(
"2-rg_help.vte",
Expand Down
1 change: 0 additions & 1 deletion crates/anstream/benches/wincon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const DATA: &[Data] = &[
"0-state_changes",
b"\x1b]2;X\x1b\\ \x1b[0m \x1bP0@\x1b\\".as_slice(),
),
#[cfg(feature = "utf8")]
Data("1-demo.vte", include_bytes!("../tests/demo.vte").as_slice()),
Data(
"2-rg_help.vte",
Expand Down

0 comments on commit 6916710

Please sign in to comment.