Remove the schema; fix #422

This commit is contained in:
qdequele 2020-01-02 18:08:52 +01:00
parent c536ea64c3
commit 110adcae85
No known key found for this signature in database
GPG key ID: B3F0A000EBF11745
2 changed files with 41 additions and 3 deletions

View file

@ -145,7 +145,7 @@ struct InnerSchema {
}
impl Schema {
fn to_builder(&self) -> SchemaBuilder {
pub fn to_builder(&self) -> SchemaBuilder {
let identifier = self.inner.identifier.clone();
let attributes = self.attributes_ordered();
SchemaBuilder {