From c8f05e2eeea22b4225346807b1c01cf965bc702d Mon Sep 17 00:00:00 2001 From: Stanislav Tkach Date: Fri, 6 Jan 2023 22:30:06 +0100 Subject: [PATCH] Fix formattin and add new words to the spellchecker dictionary --- cspell-dictionary.txt | 2 ++ os_info/src/linux/file_release.rs | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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]