We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cba3af commit c6371dbCopy full SHA for c6371db
test/sys/test_timerfd.rs
@@ -65,5 +65,5 @@ pub fn test_timerfd_unset() {
65
66
timer.unset().unwrap();
67
68
- assert!(timer.get().unwrap() == None);
+ assert!(timer.get().unwrap().is_none());
69
}
0 commit comments