Skip to content

Commit

Permalink
chore(ci): Ebsure passes without features
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Mar 29, 2024
1 parent 6e7778e commit 5433fee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions crates/anstream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ owo-colors = "4.0.0"
proptest = "1.4.0"
strip-ansi-escapes = "0.2.0"

[[example]]
name = "dump-stream"
required-features = ["auto"]

[[example]]
name = "query-stream"
required-features = ["auto"]

[[bench]]
name = "strip"
harness = false
Expand Down
1 change: 1 addition & 0 deletions crates/anstyle/src/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ impl core::fmt::Display for StyleDisplay {
}

#[test]
#[cfg(feature = "std")]
fn print_size_of() {
use std::mem::size_of;
dbg!(size_of::<Style>());
Expand Down

0 comments on commit 5433fee

Please sign in to comment.