You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subscriber: fix docs link to Subscribe impl for Box
RustDoc didn't actually parse the link to the `Subscribe` impl for
`Box<dyn Subscribe<C> + Send + Sync + 'static>` because the link URL
contained unescaped spaces. Therefore, the link reference was treated as
normal text rather than as a link reference.
This commit replaces the link ref with the escaped version, which works
correctly. My bad!
0 commit comments