1
0
mirror of https://github.com/danog/strum.git synced 2024-11-30 04:28:59 +01:00
strum/strum_tests/tests
Mark LeMoine ddb9c2682e
Adding visibility option vis(...) to #[strum_discriminants] (#137) (#138)
* Adding vis to EnumDiscriminants (#137)

* Improved doctest example names (#137)

* Fixing incorrect occurrence_error attr string

* Using r#pub on doctest

* Adding tests for discriminant visibility, and rustc-cfg for bare "pub"

* Doing local import with "self::"

* Back to having tests pass on latest stable

* Moved sample doctest with vis example to separate nocompile block
2020-11-15 20:13:50 -08:00
..
as_ref_no_strum.rs Update strum to Rust edition 2018 (#110) 2020-09-17 11:21:21 -07:00
as_ref_str.rs Update strum to Rust edition 2018 (#110) 2020-09-17 11:21:21 -07:00
display.rs Update strum to Rust edition 2018 (#110) 2020-09-17 11:21:21 -07:00
enum_count.rs Update strum to Rust edition 2018 (#110) 2020-09-17 11:21:21 -07:00
enum_discriminants.rs Adding visibility option vis(...) to #[strum_discriminants] (#137) (#138) 2020-11-15 20:13:50 -08:00
enum_iter.rs Update strum to Rust edition 2018 (#110) 2020-09-17 11:21:21 -07:00
enum_message.rs Update strum to Rust edition 2018 (#110) 2020-09-17 11:21:21 -07:00
enum_props.rs Update strum to Rust edition 2018 (#110) 2020-09-17 11:21:21 -07:00
enum_variant_names.rs Update strum to Rust edition 2018 (#110) 2020-09-17 11:21:21 -07:00
from_str.rs Update strum to Rust edition 2018 (#110) 2020-09-17 11:21:21 -07:00
serialize_all.rs Update strum to Rust edition 2018 (#110) 2020-09-17 11:21:21 -07:00
to_string.rs Update strum to Rust edition 2018 (#110) 2020-09-17 11:21:21 -07:00