]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Process review comments from Miod
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 11 Feb 2026 12:15:03 +0000 (13:15 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 12 Feb 2026 09:41:02 +0000 (10:41 +0100)
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
.github/actions/spell-check/allow.txt
pdns/recursordist/rec-rust-lib/rust/src/misc.rs

index 05da556265e7720258d2e2d671f84d96b44093c8..2260a035caa9c328ff3256a32e493bd37831f08b 100644 (file)
@@ -2218,7 +2218,6 @@ nodelegated
 NODENIAL
 nodist
 nodnssec
-NODNSTAPTESTS
 nodot
 nodownstream
 nodyndns
index 7fe8ff6a0761cdbf945d9a9f3613371d67d98fd8..a4956b052f3345e09f5e76d7719bad207ec88a7e 100644 (file)
@@ -74,6 +74,7 @@ pub mod rustmisc {
 pub fn rust_features() -> String {
     #![allow(unused_mut)]
     let mut ret = String::from("");
+    // features appended below should start with a space
     #[cfg(feature = "pkcs12")]
     ret.push_str(" pkcs12");
     ret