CodeSandwich / Mocktopus

Mocking framework for Rust
MIT License
232 stars 20 forks source link

Link half-broken #55

Closed ratijas closed 4 years ago

ratijas commented 4 years ago

https://github.com/CodeSandwich/Mocktopus/blob/e3b533dc8788b4c907690f09c853b8ef21c66ca1/src/mocking.rs#L10

This link leads to a page with a banner "mocktopus_macros-0.7.5 doesn't have any documentation." Probably is was meant to point to something else.

CodeSandwich commented 4 years ago

Thanks! That's a common problem with docs.rs docs: they usually use a slightly outdated toolchain, which makes code relying on nightly features fail to document themselves. At some point this issue should go away by itself, I guess.