Closed VictorKoenders closed 4 years ago
Travis-cargo inserts a --feature unstable automatically when building on nightly. The docs specifically mention:
--feature unstable
If you do not wish to define an unstable or similar feature, setting TRAVIS_CARGO_NIGHTLY_FEATURE="" should avoid errors caused by undefined features.
But I couldn't get Travis to cooperate, and it seemed simpler to me to just use cargo directly.
Also fixed a minor documentation issue where [`String`] was referenced but does not exist. I've made it redirect to the stable docs directly.
[`String`]
AFAIK travis-cargo is no longer maintained so that's fine.
Travis-cargo inserts a
--feature unstable
automatically when building on nightly. The docs specifically mention:But I couldn't get Travis to cooperate, and it seemed simpler to me to just use cargo directly.
Also fixed a minor documentation issue where
[`String`]
was referenced but does not exist. I've made it redirect to the stable docs directly.