tree-wide: fix needless borrows
found and fixed via clippy Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
@ -556,10 +556,7 @@ impl Authid {
|
||||
}
|
||||
|
||||
pub fn tokenname(&self) -> Option<&TokennameRef> {
|
||||
match &self.tokenname {
|
||||
Some(name) => Some(&name),
|
||||
None => None,
|
||||
}
|
||||
self.tokenname.as_deref()
|
||||
}
|
||||
|
||||
/// Get the "root@pam" auth id.
|
||||
|
Reference in New Issue
Block a user