Skip to content

Commit

Permalink
refactor(stream): Be extra clear that macros mod is not for use
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 4, 2024
1 parent ab37812 commit c78b3c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion crates/anstream/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub mod stream;

mod buffer;
#[macro_use]
mod macros;
mod _macros;
mod auto;
mod fmt;
mod strip;
Expand Down

0 comments on commit c78b3c1

Please sign in to comment.