Skip to content

Commit

Permalink
use fs_err
Browse files Browse the repository at this point in the history
Co-authored-by: Bernhard Schuster <bernhard@ahoi.io>
  • Loading branch information
sylvestre and drahnr committed Feb 22, 2023
1 parent 7a88732 commit a426f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/compiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use std::borrow::Cow;
use std::ffi::{OsStr, OsString};
use std::fmt;
#[cfg(not(feature = "dist-client"))]
use std::fs;
use fs_err as fs;
use std::future::Future;
use std::io::prelude::*;
use std::path::{Path, PathBuf};
Expand Down

0 comments on commit a426f30

Please sign in to comment.