From: Luca BRUNO Date: Fri, 4 Mar 2022 14:28:35 +0000 (+0000) Subject: ostree: manually patch generated files X-Git-Tag: archive/raspbian/2022.7-2+rpi1^2~13^2^2~5^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=61daa277a1c3032b1e752e1e312e5b4b33bb28fe;p=ostree.git ostree: manually patch generated files This manually adds a missing `ToGlibPtr` import, which seems to be result of some bugs in `gir` code-generation. --- diff --git a/rust-bindings/src/auto/repo_finder_result.rs b/rust-bindings/src/auto/repo_finder_result.rs index f918c03b..b4846b5e 100644 --- a/rust-bindings/src/auto/repo_finder_result.rs +++ b/rust-bindings/src/auto/repo_finder_result.rs @@ -3,6 +3,7 @@ // DO NOT EDIT use std::cmp; +use glib::translate::*; glib::wrapper! { #[derive(Debug, Hash)]