docs.rs fails to build the crate documentation due to panic_implementation (build log).
This also affects rust-embedded/cortex-m-quickstart#36.
It should clear up once panic_implementation becomes stable (rust-lang/rust#44489) (and panic-semihosting is updated accordingly), but until then we might be able to hack something to stop docs.rs trying to build it...
docs.rs fails to build the crate documentation due to
panic_implementation
(build log).This also affects rust-embedded/cortex-m-quickstart#36.