Fix
This commit is contained in:
parent
2452dee279
commit
f7963d86ad
|
|
@ -80,6 +80,7 @@ status = "generate"
|
||||||
[[object]]
|
[[object]]
|
||||||
name = "OSTree.Repo"
|
name = "OSTree.Repo"
|
||||||
status = "generate"
|
status = "generate"
|
||||||
|
manual_traits = ["RepoExtManual"]
|
||||||
[[object.function]]
|
[[object.function]]
|
||||||
# crashes while generating, not sure what's wrong with this; might be a gir issue
|
# crashes while generating, not sure what's wrong with this; might be a gir issue
|
||||||
name = "write_metadata_async"
|
name = "write_metadata_async"
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@ pub use crate::auto::*;
|
||||||
mod object_name;
|
mod object_name;
|
||||||
mod repo;
|
mod repo;
|
||||||
pub use crate::object_name::*;
|
pub use crate::object_name::*;
|
||||||
|
pub use crate::repo::*;
|
||||||
|
|
||||||
// tests
|
// tests
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue