Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit 11ef745

Browse files
committed
Remove unused import
1 parent 5e54b63 commit 11ef745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/playbot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ extern crate rustc_serialize;
77
extern crate toml;
88
extern crate url;
99

10-
use std::fs::{self, File};
10+
use std::fs::File;
1111
use std::io::{self, Read};
1212
use std::str;
1313
use std::u16;

0 commit comments

Comments
 (0)