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.
1 parent 5e85ae9 commit 9e79eb1Copy full SHA for 9e79eb1
library/alloc/src/string/string.rs
@@ -2633,14 +2633,6 @@ impl<A: Allocator> ops::DerefMut for String<A> {
2633
}
2634
2635
2636
-/// A type alias for [`Infallible`].
2637
-///
2638
-/// This alias exists for backwards compatibility, and may be eventually deprecated.
2639
2640
-/// [`Infallible`]: core::convert::Infallible "convert::Infallible"
2641
-#[stable(feature = "str_parse_error", since = "1.5.0")]
2642
-pub type ParseError = core::convert::Infallible;
2643
-
2644
#[cfg(not(no_global_oom_handling))]
2645
#[stable(feature = "rust1", since = "1.0.0")]
2646
impl FromStr for String {
0 commit comments