Files
swift-composable-architectu…/Sources/ComposableArchitecture/SwiftUI
Adam Roben d4b438a61f Fix a redundant conformance constraint warning in ForEachStore (#738)
The warning was:

    Sources/ComposableArchitecture/SwiftUI/ForEachStore.swift:141:28: warning: redundant conformance constraint 'EachContent' : 'View'
      public init<EachContent: View>(
                               ^
    Sources/ComposableArchitecture/SwiftUI/ForEachStore.swift:146:16: note: conformance constraint 'EachContent' : 'View' implied here
        EachContent: View,
                   ^

I fixed the warning by removing the redundant constraint from the type
parameter.
2021-08-23 14:03:39 -04:00
..
2021-08-22 22:45:27 -04:00
2021-08-22 22:45:27 -04:00
2021-08-22 22:45:27 -04:00
2021-06-14 14:10:08 -04:00
2021-08-22 22:45:27 -04:00
2021-08-22 22:45:27 -04:00