We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222895b commit 8671921Copy full SHA for 8671921
core/src/result.rs
@@ -67,7 +67,7 @@
67
//!
68
//! // Consume the result and return the contents with `unwrap`.
69
//! let final_awesome_result = good_result.unwrap();
70
-//! assert_eq!(final_awesome_result)
+//! assert!(final_awesome_result)
71
//! ```
72
73
//! # Results must be used
0 commit comments