Skip to content

Commit

Permalink
Fix clippy::clippy::needless_return
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwe committed Apr 21, 2024
1 parent dd9f327 commit 3e4a983
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion surfman/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ pub fn test_device_creation() {
Ok(_) => {}
Err(Error::RequiredExtensionUnavailable) => {
// Can't run these tests on this hardware.
return;
}
Err(err) => panic!("Failed to create device: {:?}", err),
}
Expand Down

0 comments on commit 3e4a983

Please sign in to comment.