Allow unused fields in example

This fails now because access by `derive(Debug)` are not counted as
actual reads anymore as far as that lint is concerned.
This commit is contained in:
Lukas Kalbertodt
2022-03-30 17:41:51 +02:00
parent 2f0f749c74
commit 6c9f398065

View File

@@ -1,3 +1,5 @@
#![allow(dead_code)]
use std::{net::IpAddr, path::PathBuf};
use confique::Config;