We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a2dbd commit 21ea7c5Copy full SHA for 21ea7c5
lib/icp-project/src/model.rs
@@ -2,7 +2,7 @@ use crate::structure::ProjectDirectoryStructure;
2
use camino::{Utf8Path, Utf8PathBuf};
3
use icp_fs::yaml::{LoadYamlFileError, load_yaml_file};
4
use serde::Deserialize;
5
-use snafu::{OptionExt, ResultExt, Snafu};
+use snafu::{ResultExt, Snafu};
6
7
/// Provides the default glob pattern for locating canister manifests
8
/// when the `canisters` field is not explicitly specified in the YAML.
0 commit comments