Skip to content

Commit 21ea7c5

Browse files
committed
fix lint error
1 parent b6a2dbd commit 21ea7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/icp-project/src/model.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use crate::structure::ProjectDirectoryStructure;
22
use camino::{Utf8Path, Utf8PathBuf};
33
use icp_fs::yaml::{LoadYamlFileError, load_yaml_file};
44
use serde::Deserialize;
5-
use snafu::{OptionExt, ResultExt, Snafu};
5+
use snafu::{ResultExt, Snafu};
66

77
/// Provides the default glob pattern for locating canister manifests
88
/// when the `canisters` field is not explicitly specified in the YAML.

0 commit comments

Comments
 (0)