mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed clippy
This commit is contained in:
parent
908cf16090
commit
2cbbff7fb9
@ -59,7 +59,8 @@ impl LoginProvider {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn try_login<'a, 'b>(
|
#[allow(clippy::too_many_arguments)]
|
||||||
|
pub fn try_login<'a>(
|
||||||
&mut self,
|
&mut self,
|
||||||
username_or_token: &str,
|
username_or_token: &str,
|
||||||
#[cfg(feature = "plugins")] entities: &Entities<'a>,
|
#[cfg(feature = "plugins")] entities: &Entities<'a>,
|
||||||
|
Loading…
Reference in New Issue
Block a user