docs/spell ~ (uucore) add spelling exceptions

This commit is contained in:
Roy Ivy III
2021-06-19 18:37:13 -05:00
parent c171b13982
commit b11e9a057e
+1 -1
View File
@@ -186,7 +186,7 @@ mod tests {
fn make_os_vec(os_str: &OsStr) -> Vec<OsString> {
vec![
OsString::from("test"),
OsString::from("สวัสดี"),
OsString::from("สวัสดี"), // spell-checker:disable-line
os_str.to_os_string(),
]
}