Skip to content

Commit f56a8d6

Browse files
committed
Remove unused borrowed module.
1 parent e19ab62 commit f56a8d6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/utils.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -270,13 +270,6 @@ macro_rules! extension_trait {
270270
pub struct ImplFuture<T>(core::marker::PhantomData<T>);
271271
}
272272

273-
// A fake `impl Future` type that borrows its environment.
274-
#[allow(dead_code)]
275-
mod borrowed {
276-
#[doc(hidden)]
277-
pub struct ImplFuture<'a, T>(core::marker::PhantomData<&'a T>);
278-
}
279-
280273
// Render a fake trait combining the bodies of the base trait and the extension trait.
281274
#[cfg(feature = "docs")]
282275
#[doc = $doc]

0 commit comments

Comments
 (0)