Skip to content

Commit

Permalink
fix ui test
Browse files Browse the repository at this point in the history
  • Loading branch information
NiwakaDev committed Jun 11, 2024
1 parent bc978aa commit 950d8a6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ mod ffi {
}
}

#[allow(unused)]
fn some_function(arg: u8) {}

struct SomeType;

impl SomeType {
#[allow(unused)]
fn some_method(&self, foo: u8) {}
}

Expand Down

0 comments on commit 950d8a6

Please sign in to comment.