Skip to content

Commit bde4602

Browse files
Fix: Add missing imports for clippy linter.
1 parent 1b6e0fe commit bde4602

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

compiler/src/modules/vm/handlers/function.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// vm/handlers/function.rs
22

33
use super::*;
4+
use crate::alloc::string::ToString;
45

56
impl<'a> VM<'a> {
67
pub(crate) fn handle_function(

0 commit comments

Comments
 (0)