Closed agarof closed 1 year ago
Imo, the docs are intended to be built with --all-features
Hi @agarof,
Thanks for the PR! This is a bit of a weird case, since it's referring to a feature that might not be supported (which is part of the purpose of having FuriString
). This seems to be a good compromise.
cargo doc
could not build the documentation when thealloc
feature was disabled because it could not accessalloc
symbols. This replaces them with direct links to the nightly documentation.