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~28^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6aa7d6e9f7f50654b6dc39568ad3f3066ebb910e;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 b6850ca7..702ec52c 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)]