chore: Fix release unused method warning.
This commit is contained in:
parent
e2153c9198
commit
b2ce262da9
1 changed files with 1 additions and 0 deletions
|
|
@ -725,6 +725,7 @@ impl InputState {
|
|||
/// Set with disabled mode.
|
||||
///
|
||||
/// See also: [`Self::set_disabled`], [`Self::is_disabled`].
|
||||
#[allow(unused)]
|
||||
pub(crate) fn disabled(mut self, disabled: bool) -> Self {
|
||||
self.disabled = disabled;
|
||||
self
|
||||
|
|
|
|||
Loading…
Reference in a new issue