Skip to content

Commit

Permalink
Fix a compiler crash on Linux
Browse files Browse the repository at this point in the history
This crash could only be reproduced in release configuration
  • Loading branch information
broadwaylamb committed Oct 15, 2019
1 parent 3c20f1e commit 92def75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/OpenCombine/Publishers/Publishers.Contains.swift
Expand Up @@ -201,7 +201,7 @@ extension Publishers.ContainsWhere {
}

extension Publishers.TryContainsWhere {
private class Inner<Downstream: Subscriber>
private final class Inner<Downstream: Subscriber>
: ReduceProducer<Downstream,
Upstream.Output, Bool,
Upstream.Failure,
Expand Down

0 comments on commit 92def75

Please sign in to comment.