Skip to content

Commit 27c23a0

Browse files
authored
chore: remove deprecated pin_mut macro in 0.4 (#2945)
Signed-off-by: tison <[email protected]>
1 parent 215d411 commit 27c23a0

File tree

3 files changed

+0
-33
lines changed

3 files changed

+0
-33
lines changed

futures-util/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,5 +327,4 @@ pub mod lock;
327327
mod abortable;
328328

329329
mod fns;
330-
mod macros;
331330
mod unfold_state;

futures-util/src/macros.rs

Lines changed: 0 additions & 31 deletions
This file was deleted.

futures/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ pub use futures_util::{AsyncBufReadExt, AsyncReadExt, AsyncSeekExt, AsyncWriteEx
119119

120120
// Macro reexports
121121
pub use futures_core::ready; // Readiness propagation
122-
pub use futures_util::pin_mut;
123122
#[cfg(feature = "std")]
124123
#[cfg(feature = "async-await")]
125124
pub use futures_util::select;

0 commit comments

Comments
 (0)