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.
|
/// Set with disabled mode.
|
||||||
///
|
///
|
||||||
/// See also: [`Self::set_disabled`], [`Self::is_disabled`].
|
/// See also: [`Self::set_disabled`], [`Self::is_disabled`].
|
||||||
|
#[allow(unused)]
|
||||||
pub(crate) fn disabled(mut self, disabled: bool) -> Self {
|
pub(crate) fn disabled(mut self, disabled: bool) -> Self {
|
||||||
self.disabled = disabled;
|
self.disabled = disabled;
|
||||||
self
|
self
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue