Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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!
- Loading branch information