mirror of
https://github.com/OMGeeky/confique.git
synced 2026-01-17 08:59:34 +01:00
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:
@@ -1,3 +1,5 @@
|
||||
#![allow(dead_code)]
|
||||
|
||||
use std::{net::IpAddr, path::PathBuf};
|
||||
use confique::Config;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user