Use fs-err in more crates (#100)
Closes https://github.com/astral-sh/puffin/issues/88.
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::process::{Command, Stdio};
|
||||
use std::{fmt, fs, io};
|
||||
use std::{fmt, io};
|
||||
|
||||
use fs_err as fs;
|
||||
use goblin::elf::Elf;
|
||||
use platform_info::{PlatformInfo, PlatformInfoAPI, UNameAPI};
|
||||
use regex::Regex;
|
||||
|
||||
Reference in New Issue
Block a user