Skip to content

Commit

Permalink
Add missing type annotation for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
victorneo committed Oct 9, 2024
1 parent a7864ee commit 4502cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
//! }
//!
//! fn main() -> Result<(), confy::ConfyError> {
//! let cfg = confy::load("my-app-name", None)?;
//! let cfg: MyConfig = confy::load("my-app-name", None)?;
//! Ok(())
//! }
//! ```
Expand Down

0 comments on commit 4502cb0

Please sign in to comment.