Skip to content

Commit 1dcf45c

Browse files
authored
Merge pull request #130 from Shopify/donk/build-warnings
Fixes some build and style warnings
2 parents c2a5d63 + aa5b8d5 commit 1dcf45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loader.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::hash::Source;
22
use anyhow::Error;
33
use std::{
4-
env, fs, io, iter,
4+
fs, io, iter,
55
path::{Path, PathBuf},
66
};
77

0 commit comments

Comments
 (0)