diff --git a/cspell-dictionary.txt b/cspell-dictionary.txt index d1201a97..1f6f3872 100644 --- a/cspell-dictionary.txt +++ b/cspell-dictionary.txt @@ -29,6 +29,8 @@ msvc netbsd nixos openbsd +opencloudos +openeuler opensuse println raspberry diff --git a/os_info/src/linux/file_release.rs b/os_info/src/linux/file_release.rs index b430b137..e1594752 100644 --- a/os_info/src/linux/file_release.rs +++ b/os_info/src/linux/file_release.rs @@ -420,7 +420,6 @@ mod tests { assert_eq!(info.version, Version::Semantic(22, 3, 0)); assert_eq!(info.edition, None); assert_eq!(info.codename, None); - } #[test]