Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamschi committed Feb 14, 2022
1 parent 28608dc commit cd5fb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guard/auto_safety.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ macro_rules! guard_AutoSafe_alias {
///
/// Iff this function was called on this instance before.
#[track_caller]
fn deanonymize(this: &mut Self) -> Self::BoundOrActual;
fn deanonymize(this: &mut Self) -> <Self as $Name>::BoundOrActual;
}
impl<T> $Name for T
where
Expand Down

0 comments on commit cd5fb19

Please sign in to comment.