mirror of
https://github.com/astral-sh/ruff
synced 2026-01-22 14:00:51 -05:00
## Summary - Do not return `Option<Type<…>>` from `Unpacker::get`, but just `Type`. Panic otherwise. - Rename `Unpacker::get` to `Unpacker::expression_type`