rust/crates/mbe/src
Matthias Krüger 966c23f529 avoid converting types into themselves via .into() (clippy::useless-conversion)
example: let x: String = String::from("hello world").into();
2021-03-17 01:27:56 +01:00
..
expander avoid converting types into themselves via .into() (clippy::useless-conversion) 2021-03-17 01:27:56 +01:00
benchmark.rs avoid converting types into themselves via .into() (clippy::useless-conversion) 2021-03-17 01:27:56 +01:00
expander.rs Add bindings builder for speed up matching 2021-03-13 20:52:36 +08:00
lib.rs Use upstream cov-mark 2021-03-08 22:19:44 +02:00
parser.rs NFA parser for mbe matcher 2021-03-01 00:11:14 +08:00
subtree_source.rs Simplify SubtreeTokenSource 2021-01-05 02:00:51 +08:00
syntax_bridge.rs avoid converting types into themselves via .into() (clippy::useless-conversion) 2021-03-17 01:27:56 +01:00
tests.rs avoid converting types into themselves via .into() (clippy::useless-conversion) 2021-03-17 01:27:56 +01:00
tt_iter.rs Fix builtin macros split exprs on comma 2021-02-28 13:06:17 +08:00