Closed prettymuchbryce closed 6 years ago
Oh yeah, you're entirely right. We should put that behind a #[cfg_attr(feature = "nightly", feature(external_doc))]
flag (example). Would you want to submit a patch to fix that?
@yoshuawuyts Thank you for clarifying.
I have opened a PR as you suggested here: https://github.com/datrs/flat-tree/pull/33
When compiling hypercore I get the following error:
I'm not very familiar with Rust, is it implied that I should not be using the stable release channel?