Run cargo fix.

This commit is contained in:
Tom Alexander
2023-10-29 22:31:29 -04:00
parent ff57242434
commit ada11816fb
107 changed files with 248 additions and 248 deletions

View File

@@ -8,8 +8,8 @@ macro_rules! inoop {
impl $istruct {
pub(crate) async fn new<'reg, 'orig, 'parse>(
registry: crate::intermediate::RefRegistry<'orig, 'parse>,
original: &'orig organic::types::$pstruct<'parse>,
_registry: crate::intermediate::RefRegistry<'orig, 'parse>,
_original: &'orig organic::types::$pstruct<'parse>,
) -> Result<$istruct, CustomError> {
Ok($istruct {})
}