@@ -43,6 +43,7 @@ use super::compound_subject_i::CompoundSubjectI;
4343use super :: confident:: Confident ;
4444use super :: correct_number_suffix:: CorrectNumberSuffix ;
4545use super :: criteria_phenomena:: CriteriaPhenomena ;
46+ use super :: currency_placement:: CurrencyPlacement ;
4647use super :: despite_of:: DespiteOf ;
4748use super :: didnt:: Didnt ;
4849use super :: discourse_markers:: DiscourseMarkers ;
@@ -88,6 +89,7 @@ use super::lets_confusion::LetsConfusion;
8889use super :: likewise:: Likewise ;
8990use super :: long_sentences:: LongSentences ;
9091use super :: looking_forward_to:: LookingForwardTo ;
92+ use super :: mass_plurals:: MassPlurals ;
9193use super :: merge_words:: MergeWords ;
9294use super :: missing_preposition:: MissingPreposition ;
9395use super :: missing_to:: MissingTo ;
@@ -104,9 +106,11 @@ use super::nail_on_the_head::NailOnTheHead;
104106use super :: need_to_noun:: NeedToNoun ;
105107use super :: no_french_spaces:: NoFrenchSpaces ;
106108use super :: no_match_for:: NoMatchFor ;
109+ use super :: no_oxford_comma:: NoOxfordComma ;
107110use super :: nobody:: Nobody ;
108111use super :: nominal_wants:: NominalWants ;
109112use super :: noun_countability:: NounCountability ;
113+ use super :: noun_verb_confusion:: NounVerbConfusion ;
110114use super :: number_suffix_capitalization:: NumberSuffixCapitalization ;
111115use super :: of_course:: OfCourse ;
112116use super :: on_floor:: OnFloor ;
@@ -116,6 +120,7 @@ use super::open_the_light::OpenTheLight;
116120use super :: orthographic_consistency:: OrthographicConsistency ;
117121use super :: ought_to_be:: OughtToBe ;
118122use super :: out_of_date:: OutOfDate ;
123+ use super :: oxford_comma:: OxfordComma ;
119124use super :: oxymorons:: Oxymorons ;
120125use super :: phrasal_verb_as_compound_noun:: PhrasalVerbAsCompoundNoun ;
121126use super :: pique_interest:: PiqueInterest ;
@@ -179,15 +184,12 @@ use super::widely_accepted::WidelyAccepted;
179184use super :: win_prize:: WinPrize ;
180185use super :: wordpress_dotcom:: WordPressDotcom ;
181186use super :: would_never_have:: WouldNeverHave ;
182- use super :: { CurrencyPlacement , HtmlDescriptionLinter , Linter , NoOxfordComma , OxfordComma } ;
183187use super :: { ExprLinter , Lint } ;
188+ use super :: { HtmlDescriptionLinter , Linter } ;
184189use crate :: linting:: dashes:: Dashes ;
185190use crate :: linting:: expr_linter:: Chunk ;
186191use crate :: linting:: open_compounds:: OpenCompounds ;
187- use crate :: linting:: {
188- MassPlurals , NounVerbConfusion , closed_compounds, initialisms, phrase_corrections,
189- phrase_set_corrections,
190- } ;
192+ use crate :: linting:: { closed_compounds, initialisms, phrase_corrections, phrase_set_corrections} ;
191193use crate :: spell:: { Dictionary , MutableDictionary } ;
192194use crate :: { CharString , Dialect , Document , TokenStringExt } ;
193195
0 commit comments