Remove leftover dummy code in docs

This commit is contained in:
Lukas Kalbertodt
2023-12-08 17:06:10 +01:00
parent 0a79a43a72
commit 698357332a

View File

@@ -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),