From 7691063264099351fb1e508be958479afcee919d Mon Sep 17 00:00:00 2001 From: Dennis Scheiba Date: Wed, 27 Aug 2025 15:08:36 +0200 Subject: [PATCH] Fix typo in dep_provider.md Fixed missing ` --- src/pubgrub_crate/dep_provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pubgrub_crate/dep_provider.md b/src/pubgrub_crate/dep_provider.md index 2aa433e..c6de539 100644 --- a/src/pubgrub_crate/dep_provider.md +++ b/src/pubgrub_crate/dep_provider.md @@ -40,7 +40,7 @@ PubGrub is generic over all its internal types. You need: } ``` -- A package priority `Priority that implements `Ord + +- A package priority `Priority` that implements `Ord + Clone`, for example `usize` - A type for custom incompatibilities `Incompatibility` that implements `Eq + Clone + Debug + Display`, for example `String`