Skip to content

Commit

Permalink
fix: allow ded_code
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Dec 3, 2024
1 parent 4226ba6 commit 3f0debd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/generate_message/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ impl std::fmt::Display for Changed {
///
/// Expected to receive data in hexadecimal format, got something different.
/// [`NotHexActive`] specifies what was expected.
#[allow(dead_code)]
#[derive(Debug)]
pub enum NotHexActive {
/// Network genesis hash, fetched through RPC call.
Expand Down

0 comments on commit 3f0debd

Please sign in to comment.