We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336dd16 commit 4a953dcCopy full SHA for 4a953dc
library/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