Skip to content

Commit

Permalink
remove invalid TyCompat relation for effects
Browse files Browse the repository at this point in the history
  • Loading branch information
fee1-dead committed Aug 24, 2024
1 parent f670207 commit 693477a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/marker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,6 @@ pub mod effects {
pub trait TyCompat<T: ?Sized> {}

impl<T: ?Sized> TyCompat<T> for T {}
impl<T: ?Sized> TyCompat<T> for Maybe {}
impl<T: ?Sized> TyCompat<Maybe> for T {}

#[lang = "EffectsIntersection"]
Expand Down

0 comments on commit 693477a

Please sign in to comment.