1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

docs/spell ~ (uucore) add spelling exceptions

This commit is contained in:
Roy Ivy III 2021-06-12 19:52:34 -05:00
parent c171b13982
commit b11e9a057e

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(),
]
}