ソースを参照

Less warnings

Eiyeron Fulmincendii 8 年 前
コミット
ded595fb14
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      src/main.rs

+ 2 - 2
src/main.rs

@@ -5,10 +5,10 @@ extern crate systemstat;
 use std::thread;
 use termion::{cursor, color, clear, terminal_size};
 use termion::color::Color;
-use termion::raw::{IntoRawMode, RawTerminal};
+use termion::raw::{IntoRawMode};
 use termion::screen::{AlternateScreen};
 use termion::async_stdin;
-use std::io::{Read, Write, StdoutLock, stdout};
+use std::io::{Read, Write, stdout};
 use std::time::{Duration, Instant};
 use std::cmp::min;