We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb70d4 commit e7ff8a8Copy full SHA for e7ff8a8
src/types.rs
@@ -1,10 +1,7 @@
1
// Use this module as an interface to export all types declared inside of endpoints/
2
//
3
// These are not used in here, just exporting
4
-pub use crate::{
5
- api::endpoints::*,
6
- ipfs::{IpfsAdd, IpfsPinList, IpfsPinState, IpfsPinUpdate},
7
-};
+pub use crate::ipfs::{IpfsAdd, IpfsPinList, IpfsPinState, IpfsPinUpdate};
8
9
/// Enum for any possible JSON value.
10
///
0 commit comments