This commit is contained in:
Felix Krull 2019-05-21 20:06:10 +02:00 committed by Colin Walters
parent 2452dee279
commit f7963d86ad
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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)]