Skip to content

Commit

Permalink
(fix): made framed module public
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-cudmore committed Nov 30, 2024
1 parent 4831d33 commit 3da7a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use std::task::{Context, Poll};
use std::time::Duration;

#[cfg(feature = "codec")]
mod frame;
pub mod frame;

#[cfg(unix)]
mod os_prelude {
Expand Down

0 comments on commit 3da7a2c

Please sign in to comment.