Skip to content

Commit 442605b

Browse files
authored
Merge pull request #1352 from epage/marshaling
fix(dict): Don't correct marshaling
2 parents c71b4a1 + 983f866 commit 442605b

5 files changed

Lines changed: 118674 additions & 118670 deletions

File tree

crates/typos-dict/assets/allowed.csv

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,15 @@ wasn,so contractions work
5050
weren,so contractions work
5151
won,so contractions work
5252
wouldn,so contractions work
53+
marshaler,HACK: ideally get these in varcon / typos-vars see #1279
54+
marshaller,HACK: ideally get these in varcon / typos-vars see #1279
55+
marshaled,HACK: ideally get these in varcon / typos-vars see #1279
56+
marshalled,HACK: ideally get these in varcon / typos-vars see #1279
57+
marshaling,HACK: ideally get these in varcon / typos-vars see #1279
58+
marshalling,HACK: ideally get these in varcon / typos-vars see #1279
59+
unmarshaler,HACK: ideally get these in varcon / typos-vars see #1279
60+
unmarshaller,HACK: ideally get these in varcon / typos-vars see #1279
61+
unmarshaled,HACK: ideally get these in varcon / typos-vars see #1279
62+
unmarshalled,HACK: ideally get these in varcon / typos-vars see #1279
63+
unmarshaling,HACK: ideally get these in varcon / typos-vars see #1279
64+
unmarshalling,HACK: ideally get these in varcon / typos-vars see #1279

crates/typos-dict/assets/words.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68986,7 +68986,6 @@ unmaped,unmapped
6898668986
unmaping,unmapping
6898768987
unmappend,unmapped
6898868988
unmarsalling,unmarshalling
68989-
unmarshaling,unmarshalling
6899068989
unmaximice,unmaximize
6899168990
unmisakable,unmistakable
6899268991
unmisakably,unmistakably

crates/typos-dict/benches/benches/aho_corasick_codegen.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68998,7 +68998,6 @@ impl Word {
6899868998
b"unmaping",
6899968999
b"unmappend",
6900069000
b"unmarsalling",
69001-
b"unmarshaling",
6900269001
b"unmaximice",
6900369002
b"unmisakable",
6900469003
b"unmisakably",
@@ -141464,7 +141463,6 @@ impl Word {
141464141463
&["unmapping"],
141465141464
&["unmapped"],
141466141465
&["unmarshalling"],
141467-
&["unmarshalling"],
141468141466
&["unmaximize"],
141469141467
&["unmistakable"],
141470141468
&["unmistakably"],

0 commit comments

Comments
 (0)