1
0
mirror of https://github.com/danog/strum.git synced 2024-12-04 02:17:56 +01:00
strum/strum_tests/tests
Marcel Hellwig 672ac26005
Clippy lints and some minor nitpicks (#212)
* add clippy.toml with an msrv

* fix clippy lints

* replace inefficient algorithm

* replace ::std with ::core in more places and comments

* fix some test warnings

* fix clippy lints in tests
2022-02-18 16:04:31 -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 Clippy lints and some minor nitpicks (#212) 2022-02-18 16:04:31 -08:00
display.rs Update strum to Rust edition 2018 (#110) 2020-09-17 11:21:21 -07:00
enum_count.rs Re-export macros (#170) 2021-07-16 20:40:19 -07:00
enum_discriminants.rs Clippy lints and some minor nitpicks (#212) 2022-02-18 16:04:31 -08:00
enum_iter.rs Re-export macros (#170) 2021-07-16 20:40:19 -07:00
enum_message.rs Re-export macros (#170) 2021-07-16 20:40:19 -07:00
enum_props.rs Re-export macros (#170) 2021-07-16 20:40:19 -07:00
enum_variant_names.rs Clippy lints and some minor nitpicks (#212) 2022-02-18 16:04:31 -08:00
from_repr.rs EnumIndex implementation (#185) 2021-11-06 09:30:09 -07:00
from_str.rs Add tests for nostd environment (#196) 2021-11-20 11:30:11 -08:00
serialize_all.rs Clippy lints and some minor nitpicks (#212) 2022-02-18 16:04:31 -08:00
to_string.rs Clippy lints and some minor nitpicks (#212) 2022-02-18 16:04:31 -08:00