fix(sdk): without phantom data

This commit is contained in:
2023-02-19 17:29:59 +01:00
committed by Kasper Juul Hermansen
parent 94336d0637
commit 02006d40fc
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 {