Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Mar 6, 2024
1 parent 43e3f62 commit 21de4db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion domains/client/relayer/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![warn(rust_2018_idioms)]
#![deny(unused_crate_dependencies)]
// TODO: Restore once https://github.com/rust-lang/rust/issues/122105 is resolved
// #![deny(unused_crate_dependencies)]

pub mod worker;

Expand Down

0 comments on commit 21de4db

Please sign in to comment.