Commits
Click on a commit to change the comparison rangeImport indirect trait impls when handling item use statements.
This updates `TraitMap::filter_by_type_item_import` to scan the trait
map for indirect trait impls with generic types matching any of imported
item types.
This makes sure cases like an impl of a `StorageKey<T>` work, when
importing T from a given scope.
Fixes https://github.com/FuelLabs/sway/issues/7330