mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-16 10:50:43 +03:00
ostree: manually patch generated files
This manually adds a missing `ToGlibPtr` import, which seems to be result of some bugs in `gir` code-generation.
This commit is contained in:
parent
dd0cfc6d4b
commit
04c8e3e9f3
1
rust-bindings/src/auto/repo_finder_result.rs
generated
1
rust-bindings/src/auto/repo_finder_result.rs
generated
@ -3,6 +3,7 @@
|
||||
// DO NOT EDIT
|
||||
|
||||
use std::cmp;
|
||||
use glib::translate::*;
|
||||
|
||||
glib::wrapper! {
|
||||
#[derive(Debug, Hash)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user