Disable use of unstable features without `feature = std`?
View options
- Truncate descriptions
I only just realized that this crate only works on nightly if the feature std
is not enabled. It should be possible to hide these unstable things behind a feature, right? Adding a feature called nightly
and just not reexporting any unstable things if that feature is not enabled. Or am I misunderstanding something?


- Show labels
- Show closed items
Link items together to show that they're related.