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 c093485 commit 4cca292Copy full SHA for 4cca292
src/hyperlight_host/tests/wit_test.rs
@@ -435,7 +435,7 @@ mod pick_world_binding_test {
435
use crate::pick_world_bindings::r#twoworlds::r#wit::r#first_import::RecFirstImport;
436
437
impl crate::pick_world_bindings::r#twoworlds::r#wit::r#first_import::RecFirstImport {
438
- fn new() -> Option<Self> {
+ fn new() -> Self {
439
Self {
440
r#key: String::from("dummyKey"),
441
r#value: String::from("dummyValue"),
0 commit comments