mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
lib: satisfy clippy
This commit is contained in:
parent
aef78f3985
commit
4bab406a1a
@ -45,11 +45,13 @@ impl Default for RepoCheckoutAtOptions {
|
||||
}
|
||||
}
|
||||
|
||||
type StringStash<'a, T> = Stash<'a, *const c_char, Option<T>>;
|
||||
|
||||
impl<'a> ToGlibPtr<'a, *const OstreeRepoCheckoutAtOptions> for RepoCheckoutAtOptions {
|
||||
type Storage = (
|
||||
Box<OstreeRepoCheckoutAtOptions>,
|
||||
Stash<'a, *const c_char, Option<PathBuf>>,
|
||||
Stash<'a, *const c_char, Option<String>>,
|
||||
StringStash<'a, PathBuf>,
|
||||
StringStash<'a, String>,
|
||||
);
|
||||
|
||||
fn to_glib_none(&'a self) -> Stash<*const OstreeRepoCheckoutAtOptions, Self> {
|
||||
|
Loading…
Reference in New Issue
Block a user