Skip to content

Commit

Permalink
And one more
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim committed Nov 29, 2024
1 parent 9381057 commit 63cc479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symbolic-symcache/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ impl<'data> SymCache<'data> {
impl<'slf, 'd: 'slf> AsSelf<'slf> for SymCache<'d> {
type Ref = SymCache<'slf>;

fn as_self(&'slf self) -> &Self::Ref {
fn as_self(&'slf self) -> &'slf Self::Ref {
self
}
}

0 comments on commit 63cc479

Please sign in to comment.