Skip to content

Commit

Permalink
Hide docs for async_trait & serde
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurshsmith committed Apr 20, 2024
1 parent de5bcdb commit 30fd50a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chaindexing/src/augmenting_std.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#[doc(hidden)]
pub use async_trait;

#[doc(hidden)]
pub use serde;
pub use tokio;

0 comments on commit 30fd50a

Please sign in to comment.