Remove unused renrs import

This commit is contained in:
Elnu 2023-05-20 19:52:35 -07:00
parent 59e4c0058b
commit 10e966ef05

View file

@ -1,5 +1,3 @@
use renrs;
fn main() {
let commands = renrs::parse_file("demo.rpy");
for command in commands {