From e22fd15abf24c9a36454ed986dc175aaf1269b0d Mon Sep 17 00:00:00 2001 From: 0xPoe Date: Thu, 9 Oct 2025 22:16:00 +0200 Subject: [PATCH] fix: correct inline code rendering --- 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`