Skip to content

Commit c78b3c1

Browse files
committed
refactor(stream): Be extra clear that macros mod is not for use
1 parent ab37812 commit c78b3c1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

crates/anstream/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pub mod stream;
4141

4242
mod buffer;
4343
#[macro_use]
44-
mod macros;
44+
mod _macros;
4545
mod auto;
4646
mod fmt;
4747
mod strip;

0 commit comments

Comments
 (0)