Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Romain Ruetschi <[email protected]>
Signed-off-by: Farhad Shabani <[email protected]>
  • Loading branch information
Farhad-Shabani and romac authored Oct 13, 2023
1 parent 07472dc commit 4b6675c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/ibc/clippy.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
disallowed-types = [
# { path = "usize", reason = "variable size" }, # cannot on now, because mocks use it and serde, even if there is no usize in type
{ path = "f64", reason = "harware dependant" },
{ path = "f32", reason = "harware dependant" },
{ path = "f64", reason = "not supported in CosmWasm" },
{ path = "f32", reason = "not supported in CosmWasm" },
{ path = "num_traits::float::*", reason = "harware dependant" },
]

Expand Down

0 comments on commit 4b6675c

Please sign in to comment.