-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
The issue
The docs does not compile on the current stable version of rust (version 1.89.0) and fails with the following error:
error[E0554]: `#![feature]` may not be used on the stable release channel
--> src/lib.rs:2:18
|
2 | #![cfg_attr(doc, feature(doc_cfg))]
| ^^^^^^^^^^^^^^^^
For more information about this error, try `rustc --explain E0554`.
error: could not document `rustrict`
Steps to reproduce
- Clone the
rustrictrepository. - Checkout the branch
master(or the latest released version). - Run
cargo docwith the current stable Rust toolchain.
finnbear
Metadata
Metadata
Assignees
Labels
No labels