Rust formatting

This commit is contained in:
Windel Bouwman
2018-08-15 14:29:01 +02:00
parent 6854aacf5e
commit a7ff8a01bc

View File

@@ -1,7 +1,7 @@
// use std::ops::Deref;
use std::char;
use std::collections::HashMap;
use std::io::{self, Write};
use std::char;
use super::compile;
use super::objbool;