Skip to content

Commit

Permalink
Merge pull request #206 from epage/style
Browse files Browse the repository at this point in the history
test: Fix check-cfg warning
  • Loading branch information
epage authored Jul 26, 2024
2 parents 8a63c51 + 6916710 commit eaeb87c
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 eaeb87c

Please sign in to comment.