Skip to content

Commit daaf437

Browse files
committed
fix: Add "libc" to ignored words in cspell configuration
1 parent bb25514 commit daaf437

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@
128128
"XXX",
129129
"RUSTSEC",
130130
"widestring",
131-
"sddl"
131+
"sddl",
132+
"libc"
132133
],
133134
"patterns": [
134135
{

0 commit comments

Comments
 (0)