We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65acce6 commit 94dc226Copy full SHA for 94dc226
tests/file_toml.rs
@@ -41,6 +41,7 @@ struct Settings {
41
elements: Vec<String>,
42
}
43
44
+#[cfg(test)]
45
fn make() -> Config {
46
let mut c = Config::default();
47
c.merge(File::new("tests/Settings", FileFormat::Toml))
0 commit comments