Skip to content

Commit

Permalink
n
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmd5 committed Dec 16, 2023
1 parent 6f3086e commit e702622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/cargo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pub fn build_schema(schema: impl AsRef<Path>, destination: impl AsRef<Path>, con
let output = cmd
.arg(format!(
"--include {}",
schema.unwrap().to_str().unwrap()
schema
))
.arg("build")
.arg("--generator")
Expand Down

0 comments on commit e702622

Please sign in to comment.