Fix for review

This commit is contained in:
Quentin de Quelen
2019-11-20 17:28:46 +01:00
parent 7f2e5d091a
commit 055368acd8
9 changed files with 140 additions and 111 deletions

View File

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