fix warnings
This commit is contained in:
parent
787adac1a4
commit
4ccdce0395
3 changed files with 24 additions and 30 deletions
|
|
@ -98,7 +98,7 @@ fn schema_type_name(
|
|||
};
|
||||
Ok(name.to_owned())
|
||||
}
|
||||
SchemaType::List(list) => todo!(),
|
||||
SchemaType::List(_) => todo!(),
|
||||
}
|
||||
} else {
|
||||
Ok("()".into())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue