Skip to content

Commit

Permalink
Do not provide a default for KnowledgeSource Value
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Sep 10, 2024
1 parent 91756c4 commit aca9554
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/// is set to `Self`.
public protocol KnowledgeSource<Anchor> {
/// The type of a value this `KnowledgeSource` represents.
associatedtype Value = Self
associatedtype Value
/// The ``RepositoryAnchor`` to which this `KnowledgeSource` is anchored to.
associatedtype Anchor: RepositoryAnchor
}

0 comments on commit aca9554

Please sign in to comment.