Diffstat (limited to 'tests/walker_struct.rs')
| -rw-r--r-- | tests/walker_struct.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/walker_struct.rs b/tests/walker_struct.rs index 4ff61d1..381b6c1 100644 --- a/tests/walker_struct.rs +++ b/tests/walker_struct.rs @@ -81,7 +81,6 @@ impl<'ctx, M> StructTypeInfo<'ctx, M> for Info { _ => Ok(Flow::Done), } }) - .into_erased() } } |