Skip to content

Commit

Permalink
refactor: allow unused processors::setter macro
Browse files Browse the repository at this point in the history
  • Loading branch information
McPatate committed Jan 15, 2025
1 parent 9e22b9e commit adfaace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/python/src/processors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ macro_rules! getter {
}};
}

#[allow(unused)]
macro_rules! setter {
($self: ident, $variant: ident, $name: ident, $value: expr) => {{
let super_ = $self;
Expand Down

0 comments on commit adfaace

Please sign in to comment.