mirror of
https://github.com/OMGeeky/confique.git
synced 2026-01-20 02:11:27 +01:00
Allow unused test utility
This is only unused with `--no-default-features`.
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
pub(crate) mod example1;
|
||||
|
||||
|
||||
#[allow(unused_macros)]
|
||||
macro_rules! include_format_output {
|
||||
($file:expr) => {
|
||||
include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/tests/format-output/", $file))
|
||||
};
|
||||
}
|
||||
|
||||
#[allow(unused_imports)]
|
||||
pub(crate) use include_format_output;
|
||||
|
||||
Reference in New Issue
Block a user