mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
fix some clippy warnings in platforms
This commit is contained in:
parent
86671d659c
commit
8546f2c52b
3 changed files with 11 additions and 5 deletions
|
@ -9,10 +9,9 @@ use core::mem::MaybeUninit;
|
|||
use glue::Metadata;
|
||||
use roc_std::{RocDict, RocList, RocResult, RocStr};
|
||||
use std::borrow::{Borrow, Cow};
|
||||
use std::ffi::{CStr, OsStr};
|
||||
use std::ffi::{ OsStr};
|
||||
use std::fs::File;
|
||||
use std::io::Write;
|
||||
use std::os::raw::c_char;
|
||||
use std::path::Path;
|
||||
use std::time::Duration;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue