Fix stupid mistake

This commit is contained in:
stratact
2018-05-24 13:04:58 -07:00
parent 16c51a297d
commit a7a415603f
-5
View File
@@ -1,11 +1,6 @@
use core::ops::Deref;
use super::{open, dup, close, types::*};
trait Into<c_char> {
into(self) -> c_char;
}
pub struct RawFile(c_int);
impl RawFile {