Skip to content

Commit

Permalink
Add missing type annotation for docs (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorneo authored Oct 22, 2024
1 parent a7864ee commit b37128c
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 b37128c

Please sign in to comment.