From 85c5d39fd755241c7d3ac9c84e05dcb90af46f8f Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 8 Mar 2025 15:36:03 +0100 Subject: [PATCH] add setpriority to the spell ignore --- tests/by-util/test_nice.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/by-util/test_nice.rs b/tests/by-util/test_nice.rs index eb82c3bd6..802b25344 100644 --- a/tests/by-util/test_nice.rs +++ b/tests/by-util/test_nice.rs @@ -2,7 +2,7 @@ // // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -// spell-checker:ignore libc's +// spell-checker:ignore libc's setpriority use crate::common::util::TestScenario; #[test]