Skip to content

Commit 8bd969a

Browse files
author
梶塚太智
committed
Update main.rs
Fixed verbose code
1 parent 2e683c4 commit 8bd969a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ impl Executor {
787787
audio_device.play("sound");
788788
audio_device.wait();
789789

790-
self.stack.push(Type::String(path.clone()));
790+
self.stack.push(Type::String(path));
791791
}
792792
}
793793

0 commit comments

Comments
 (0)