Skip to content

Commit

Permalink
fix: 🚨 fix compile error on wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
melody-rs committed Dec 3, 2023
1 parent 15cb4a6 commit ed769c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/filesystem/src/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
// You should have received a copy of the GNU General Public License
// along with Luminol. If not, see <http://www.gnu.org/licenses/>.

#[cfg(target_arch = "wasm32")]
use itertools::Itertools;

use crate::FileSystem as _;
use crate::{archiver, host, list, path_cache};
use crate::{DirEntry, Error, Metadata, OpenFlags, Result};
Expand Down

0 comments on commit ed769c7

Please sign in to comment.