SuggestionRow
SuggestionRow copied to clipboard
Swift 3.2 Conformance issues
SuggestionCollectionCell.swift:13:40: Redundant conformance constraint 'T': 'SuggestionValue' SuggestionCollectionCell.swift:61:34: Cast from 'RowOf<T>!' to unrelated type '_SuggestionRow<SuggestionCollectionCell<T, CollectionViewCell>>' always fails
SuggestionTableCell.swift:57:34: Cast from 'RowOf<T>!' to unrelated type '_SuggestionRow<SuggestionTableCell<T, TableViewCell>>' always fails SuggestionRow/SuggestionTableCell.swift:11:35: Redundant conformance constraint 'T': 'SuggestionValue'
The same warning on Swift 4.2