Skip to content

Commit a7f77d0

Browse files
authored
fix: remove unnecessary public trait alias
1 parent 6f864e4 commit a7f77d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ doctest!("../README.md");
109109
#[doc(hidden)]
110110
pub mod lazy;
111111

112-
#[doc(hidden)]
113-
pub use core::ops::Deref as __Deref;
112+
use core::ops::Deref as __Deref;
114113

115114
#[macro_export(local_inner_macros)]
116115
#[doc(hidden)]

0 commit comments

Comments
 (0)