Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
noise64 committed Aug 27, 2024
1 parent 4dd54a9 commit 4e91a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ impl Examples for GolemExamples {
{
let example = parse_example(
&lang,
&lang_dir.path(),
lang_dir.path(),
Path::new("INSTRUCTIONS"),
&adapters_path,
example_dir.path(),
Expand Down Expand Up @@ -282,7 +282,7 @@ fn parse_example(
wit_deps,
wit_deps_targets: metadata
.wit_deps_paths
.map(|dirs| dirs.iter().map(|dir| PathBuf::from(dir)).collect()),
.map(|dirs| dirs.iter().map(PathBuf::from).collect()),
exclude: metadata.exclude.iter().cloned().collect(),
}
}

0 comments on commit 4e91a11

Please sign in to comment.