fix some clippy warnings in platforms

This commit is contained in:
Folkert 2023-03-06 21:18:30 +01:00
parent 86671d659c
commit 8546f2c52b
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 11 additions and 5 deletions

View file

@ -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;