mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-12 06:01:00 +00:00
improve runtime api return value names (#81)
This commit is contained in:
@@ -907,7 +907,7 @@ where
|
|||||||
.copied()
|
.copied()
|
||||||
.map(inkwell::values::BasicMetadataValueEnum::from)
|
.map(inkwell::values::BasicMetadataValueEnum::from)
|
||||||
.collect::<Vec<_>>(),
|
.collect::<Vec<_>>(),
|
||||||
&format!("runtime API call {name}"),
|
&format!("runtime_api_{name}_return_value"),
|
||||||
)
|
)
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.try_as_basic_value()
|
.try_as_basic_value()
|
||||||
|
|||||||
Reference in New Issue
Block a user