We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185c695 commit 3fadc27Copy full SHA for 3fadc27
src/cargo/util/context/path.rs
@@ -36,7 +36,7 @@ impl ConfigRelativePath {
36
/// Same as [`Self::resolve_path`] but will make string replacements
37
/// before resolving the path.
38
///
39
- /// `replacements` should be an an [`IntoIterator`] of tuples with the "from" and "to" for the
+ /// `replacements` should be an [`IntoIterator`] of tuples with the "from" and "to" for the
40
/// string replacement
41
pub fn resolve_templated_path(
42
&self,
0 commit comments