mirror of
https://github.com/OMGeeky/confique.git
synced 2026-01-10 13:39:48 +01:00
Remove leftover dummy code in docs
This commit is contained in:
@@ -134,7 +134,6 @@
|
||||
//! let from_file: PartialConf = File::with_format("/etc/foo/config", FileFormat::Toml)
|
||||
//! .required()
|
||||
//! .load()?;
|
||||
//! let from_file: PartialConf = todo!();
|
||||
//! let manual = PartialConf {
|
||||
//! // Remember: all fields in the partial types are `Option`s!
|
||||
//! foo: Some(3.14),
|
||||
|
||||
Reference in New Issue
Block a user