Closed oxarbitrage closed 3 years ago
The last try seems to work, according to the previous error the removal of external_docs
should be handled by the include_str!
so the efefct should be the same:
12 | #![cfg_attr(feature = "nightly", feature(external_doc))]
| ^^^^^^^^^^^^ feature has been removed
|
= note: use #[doc = include_str!("filename")] instead, which handles macro invocations
However i don't have a way to confirming that the README is currently being included with this change.
I also vaguely tried to fix this rustdoc/compile error and never quite got the recommendations to work
I tested this by building the docs locally with nightly
This PR at the moment is just to make some tests to see if we can fix the CI docs failure.