mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-31 05:28:23 +00:00
Lots of clippy appeasement
This commit is contained in:
@@ -28,7 +28,8 @@ impl<'a> From<&'a Namespace<'a>> for NamespaceOwned {
|
||||
}
|
||||
|
||||
impl NamespaceOwned {
|
||||
#[must_use] pub fn as_ref(&self) -> Namespace<'_> {
|
||||
#[must_use]
|
||||
pub fn as_ref(&self) -> Namespace<'_> {
|
||||
Namespace(&self.0)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user