mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-07-02 00:42:53 +00:00
chore: allow trait Fixable to be unused
This commit is contained in:
@ -136,6 +136,7 @@ pub trait Checkable {
|
||||
fn check(&self) -> Vec<CheckNotice>;
|
||||
}
|
||||
|
||||
#[allow(unused)]
|
||||
pub trait Fixable {
|
||||
fn fix(&mut self) -> bool;
|
||||
}
|
||||
|
Reference in New Issue
Block a user