Skip to content

Commit eaf6652

Browse files
committed
Eliminates wrong mro refs #3001
1 parent 49b5a4e commit eaf6652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

type-graph.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ class X::Proc::Async::CharsOrBytes does X::Proc::Async
342342
class X::Proc::Async::MustBeStarted does X::Proc::Async
343343
class X::Proc::Async::OpenForWriting does X::Proc::Async
344344
class X::Proc::Async::TapBeforeSpawn does X::Proc::Async
345-
class X::Proc::Async::BindOrUse does Async is Exception
345+
class X::Proc::Async::BindOrUse does X::Proc::Async
346346
[Exceptions]
347347
# Exceptions: Concurrency
348348
class X::Promise::CauseOnlyValidOnBroken is Exception

0 commit comments

Comments
 (0)