chore: misc clippy lints
This commit is contained in:
parent
50bea73ce3
commit
5c6445edea
22 changed files with 74 additions and 72 deletions
|
|
@ -85,7 +85,7 @@ impl Tree {
|
|||
}
|
||||
}
|
||||
|
||||
impl<'tree> Node<'tree> {
|
||||
impl Node<'_> {
|
||||
/// Reconstructs a [`Node`] from a raw pointer.
|
||||
///
|
||||
/// # Safety
|
||||
|
|
@ -103,7 +103,7 @@ impl<'tree> Node<'tree> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<'a> TreeCursor<'a> {
|
||||
impl TreeCursor<'_> {
|
||||
/// Reconstructs a [`TreeCursor`] from a raw pointer.
|
||||
///
|
||||
/// # Safety
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue