fix(sdk): without phantom data

This commit is contained in:
2023-02-19 17:29:59 +01:00
parent c14cd64453
commit b25b350d90
7 changed files with 28 additions and 23 deletions

View File

@@ -28,7 +28,7 @@ fn main() -> eyre::Result<()> {
}
}
fn release(client: Arc<Query>, subm: &clap::ArgMatches) -> Result<(), color_eyre::Report> {
fn release(client: Arc<Query>, _subm: &clap::ArgMatches) -> Result<(), color_eyre::Report> {
let src_dir = client.host().directory(
".".into(),
Some(HostDirectoryOpts {