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

@@ -8,7 +8,6 @@ fn main() -> eyre::Result<()> {
Some(HostDirectoryOpts {
exclude: Some(vec!["node_modules".into(), "ci/".into()]),
include: None,
marker: std::marker::PhantomData,
}),
);