fix: incorrect inherit_doc (#11704)
This PR fixes an incorrect `inherit_doc` in `Init.System.IO`.
This commit is contained in:
parent
b7f1cf9ba7
commit
7ba21c4d1b
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ causing the side effect to occur at initialization time, even if it would otherw
|
|||
@[inline] unsafe def unsafeEIO (fn : EIO ε α) : Except ε α :=
|
||||
unsafeBaseIO fn.toBaseIO
|
||||
|
||||
@[inline, inherit_doc EIO] unsafe def unsafeIO (fn : IO α) : Except IO.Error α :=
|
||||
@[inline, inherit_doc unsafeEIO] unsafe def unsafeIO (fn : IO α) : Except IO.Error α :=
|
||||
unsafeEIO fn
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue