mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +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
1a76f45fd7
commit
61daa277a1
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…
Reference in New Issue
Block a user