rtiow: fix unused-imports build errors.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-12-23 15:47:11 -08:00
parent 0249ac6db9
commit a227d54705
2 changed files with 0 additions and 5 deletions

View File

@@ -1,5 +1,3 @@
use warp;
fn main() {
println!("Hello, world!");
}