Skip to content

Commit

Permalink
remove manually downloaded file
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <seb@xn--ho-hia.de>
  • Loading branch information
sebhoss committed Sep 27, 2024
1 parent 6393cb0 commit 3e93324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 202 deletions.
2 changes: 2 additions & 0 deletions code-generator/src/bin/lib_rs_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ fn main() -> Result<()> {
.entry(version.to_string())
.or_insert_with(Vec::new)
.push(crd);
} else {
println!("missing {}/{} -> {}", group, version, crd.spec.names.plural)
}
}
Err(e) => println!("{:?}", e),
Expand Down

This file was deleted.

0 comments on commit 3e93324

Please sign in to comment.