Skip to content

Commit

Permalink
make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
0x53A committed Dec 5, 2024
1 parent 8387e78 commit addc355
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions itest/rust/src/object_tests/dyn_gd_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -423,10 +423,12 @@ impl Health for foreign::NodeHealth {
// Check that one class can implement two or more traits

pub trait MyTrait1 {
#[allow(unused)]
fn do_something(&self);
}

pub trait MyTrait2 {
#[allow(unused)]
fn do_something_else(&self);
}

Expand Down

0 comments on commit addc355

Please sign in to comment.