From 153b41361a08f48cf53769b024f1bc0bd1bb9a66 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 13 Nov 2023 14:42:35 -0600 Subject: [PATCH] fix: Typo Co-authored-by: Weihang Lo --- text/3516-public-private-dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/3516-public-private-dependencies.md b/text/3516-public-private-dependencies.md index 331e068beac..8aca6306064 100644 --- a/text/3516-public-private-dependencies.md +++ b/text/3516-public-private-dependencies.md @@ -41,7 +41,7 @@ Related problems with this scenario not handled by this RFC: by not requiring private dependencies to be unified. - Private dependencies are not sufficient on their own for this - There are likely better alternatives, like [Pre-RFC: Mutually-exclusive, global features](https://internals.rust-lang.org/t/pre-rfc-mutually-excusive-global-features/19618) -- Help check for missing feature declarations by duplicating dependencies, rather than unifiying features +- Help check for missing feature declarations by duplicating dependencies, rather than unifying features - See [Missing feature declaration check](#future-possibilities) # Guide-level explanation