Skip to content

Commit

Permalink
Fix assert
Browse files Browse the repository at this point in the history
  • Loading branch information
prorealize committed May 10, 2024
1 parent 336dd16 commit 4a953dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
//!
//! // Consume the result and return the contents with `unwrap`.
//! let final_awesome_result = good_result.unwrap();
//! assert_eq!(final_awesome_result)
//! assert!(final_awesome_result)
//! ```
//!
//! # Results must be used
Expand Down

0 comments on commit 4a953dc

Please sign in to comment.