Skip to content

Commit

Permalink
Ignore intentionally unused code in test
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor committed Feb 10, 2024
1 parent 52524ba commit 5d78744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rustler_tests/native/rustler_test/src/test_codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use rustler::{
};

/// A trait for testing the ambiguity of `encode` and `decode`.
#[allow(dead_code)]
pub trait EmptyTranscoder {
fn encode(&self);
fn decode();
Expand Down

0 comments on commit 5d78744

Please sign in to comment.