Some methods in marker_api are called pat(), but there are few that are called pattern. We need to make the naming consistent. Maybe move these methods under a trait and/or add a custom lint to marker_lints that checks that we don't call the term "pattern" inconsistently.
Some methods in
marker_api
are calledpat()
, but there are few that are calledpattern
. We need to make the naming consistent. Maybe move these methods under a trait and/or add a custom lint tomarker_lints
that checks that we don't call the term "pattern" inconsistently.