Skip to content

Commit 268e615

Browse files
committed
use qualified path for anyhow::anyhow
1 parent 8395d84 commit 268e615

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/core/src/host/v8/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ impl V8RuntimeInner {
8383
);
8484

8585
if true {
86-
return Err::<JsModule, _>(anyhow!("v8_todo"));
86+
return Err::<JsModule, _>(anyhow::anyhow!("v8_todo"));
8787
}
8888

8989
// TODO(v8): determine min required ABI by module and check that it's supported?

0 commit comments

Comments
 (0)