mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
0e2a111f59
The method names stack_horizontal and stack_vertical don’t make it clear whether the methods modify self or return the modified version. Therefore, it is easy to use them wrong if you don’t look at the documentation. This patch adds the must_use attribute to both methods to make it easier to spot such mistakes. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
Readme.md |
Cursive-core
This crate is where most of cursive is defined, except for the backends.
Third-party libraries are encouraged to depend on this instead of cursive
, as it should have fewer semver breaking updates.