Skip to content
Snippets Groups Projects
Commit a7a41560 authored by stratact's avatar stratact
Browse files

Fix stupid mistake

parent 16c51a29
No related branches found
No related tags found
1 merge request!127Update `platform::rawfile`
use core::ops::Deref; use core::ops::Deref;
use super::{open, dup, close, types::*}; use super::{open, dup, close, types::*};
trait Into<c_char> {
into(self) -> c_char;
}
pub struct RawFile(c_int); pub struct RawFile(c_int);
impl RawFile { impl RawFile {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment