We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6669d52 + dc9f842 commit 25d0864Copy full SHA for 25d0864
alloc/src/str.rs
@@ -320,6 +320,7 @@ impl str {
320
/// ```
321
#[cfg(not(no_global_oom_handling))]
322
#[rustc_allow_incoherent_impl]
323
+ #[doc(alias = "replace_first")]
324
#[must_use = "this returns the replaced string as a new allocation, \
325
without modifying the original"]
326
#[stable(feature = "str_replacen", since = "1.16.0")]
stdarch
@@ -1 +1 @@
1
-Subproject commit 1dfaa4db2479753a46a3e90f2c3c89d89d0b21f1
+Subproject commit b6e2249e388f520627544812649b77b0944e1a2e
0 commit comments