Skip to content

Commit

Permalink
fix: remove unnecessary pub(crate)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Jan 7, 2025
1 parent fc683d1 commit 55cbb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures-executor/src/local_pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub struct TimeoutError {
}

impl TimeoutError {
pub(crate) fn new() -> Self {
fn new() -> Self {
Self { _private: () }
}
}
Expand Down

0 comments on commit 55cbb16

Please sign in to comment.