1
0
Fork 0

fix warnings

This commit is contained in:
Cyborus 2024-01-29 22:12:52 -05:00
parent 787adac1a4
commit 4ccdce0395
No known key found for this signature in database
3 changed files with 24 additions and 30 deletions

View file

@ -98,7 +98,7 @@ fn schema_type_name(
};
Ok(name.to_owned())
}
SchemaType::List(list) => todo!(),
SchemaType::List(_) => todo!(),
}
} else {
Ok("()".into())