about summary refs log tree commit diff
path: root/library/std/src/sys/pal/xous/net/dns.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/sys/pal/xous/net/dns.rs')
-rw-r--r--library/std/src/sys/pal/xous/net/dns.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/sys/pal/xous/net/dns.rs b/library/std/src/sys/pal/xous/net/dns.rs
index d0083c61837..1a2b56b4da5 100644
--- a/library/std/src/sys/pal/xous/net/dns.rs
+++ b/library/std/src/sys/pal/xous/net/dns.rs
@@ -6,6 +6,7 @@ use crate::os::xous::ffi::lend_mut;
 use crate::os::xous::services::{DnsLendMut, dns_server};
 
 pub struct DnsError {
+    #[allow(dead_code)]
     pub code: u8,
 }