In a recent PR (#3682) we introduced api text files. Then in another PR (#3711) we removed `alloc` feature gating. Possibly due to the timing of running through CI and merging these two PRs managed to get merged without an update to the API text files. As would be expected; removing the `alloc` feature gate adds a bunch of new lines to the `no-features` api text file. |
||
---|---|---|
.. | ||
hashes | ||
io | ||
primitives | ||
units | ||
README.md |
README.md
API text files
Each file here lists the public API when built with some set of features
enabled. To create these files run ../contrib/check-for-api-changes.sh
:
Requires cargo-public-api
, install with:
cargo +stable install cargo-public-api --locked