Skip to content

Commit

Permalink
chore: remove redundant ibc_primitive re-export from router
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Nov 27, 2023
1 parent 1215cc1 commit 47e9d92
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ibc-core/ics26-routing/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![no_std]
#![forbid(unsafe_code)]
#![cfg_attr(not(test), deny(clippy::unwrap_used))]
#![cfg_attr(not(test), deny(clippy::disallowed_methods, clippy::disallowed_types,))]
#![cfg_attr(not(test), deny(clippy::disallowed_methods, clippy::disallowed_types))]
#![deny(
warnings,
trivial_numeric_casts,
Expand All @@ -18,7 +18,3 @@ extern crate std;
pub mod error;
pub mod event;
pub mod module;

pub mod primitives {
pub use ibc_primitives::*;
}

0 comments on commit 47e9d92

Please sign in to comment.