WIP: Add demorgan application with naive negation

This commit is contained in:
Lúcás Meier 2019-10-03 22:19:46 +02:00
parent 7d1bb35fb1
commit ad65ba4062

View file

@ -92,6 +92,7 @@ mod assists {
mod add_derive;
mod add_explicit_type;
mod add_impl;
mod apply_demorgan;
mod flip_comma;
mod flip_binexpr;
mod change_visibility;
@ -113,6 +114,7 @@ mod assists {
add_derive::add_derive,
add_explicit_type::add_explicit_type,
add_impl::add_impl,
apply_demorgan::apply_demorgan,
change_visibility::change_visibility,
fill_match_arms::fill_match_arms,
merge_match_arms::merge_match_arms,