Skip to content

Commit 5552adb

Browse files
committed
[bfops/regen-dlls]: lints
1 parent 151895b commit 5552adb

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/regen/src/csharp.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@ fn sdk_dir() -> PathBuf {
2121
workspace_dir().join("sdks/csharp")
2222
}
2323

24-
fn cli_manifest() -> PathBuf {
25-
workspace_dir().join("crates/cli/Cargo.toml")
26-
}
27-
28-
fn standalone_manifest() -> PathBuf {
29-
workspace_dir().join("crates/standalone/Cargo.toml")
30-
}
31-
3224
fn path_arg(path: &Path) -> String {
3325
path.to_string_lossy().into_owned()
3426
}

0 commit comments

Comments
 (0)