about summary refs log tree commit diff
path: root/src/libstd_unicode
diff options
context:
space:
mode:
authorMark Simulacrum <mark.simulacrum@gmail.com>2017-07-12 06:58:49 -0600
committerGitHub <noreply@github.com>2017-07-12 06:58:49 -0600
commit388fce9dab429e2cc90588727ae07a4c878bd7b3 (patch)
treee6e3c09e5d62df96ca9c574fdaa5274885751978 /src/libstd_unicode
parentcc20ab1f2509de4ef0a9953e514d62fa23b6c572 (diff)
parentf2566bbaebc4ea56bc3717ee8c04bee7d5c0a8d3 (diff)
downloadrust-388fce9dab429e2cc90588727ae07a4c878bd7b3.tar.gz
rust-388fce9dab429e2cc90588727ae07a4c878bd7b3.zip
Rollup merge of #43137 - ollie27:stab, r=aturon
Correct some stability attributes

These show up in rustdoc so need to be correct.
Diffstat (limited to 'src/libstd_unicode')
-rw-r--r--src/libstd_unicode/char.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd_unicode/char.rs b/src/libstd_unicode/char.rs
index d4d8993efb3..d6836418b4b 100644
--- a/src/libstd_unicode/char.rs
+++ b/src/libstd_unicode/char.rs
@@ -38,7 +38,7 @@ use tables::{conversions, derived_property, general_category, property};
 pub use core::char::{MAX, from_digit, from_u32, from_u32_unchecked};
 #[stable(feature = "rust1", since = "1.0.0")]
 pub use core::char::{EscapeDebug, EscapeDefault, EscapeUnicode};
-#[stable(feature = "char_from_str", since = "1.19.0")]
+#[stable(feature = "char_from_str", since = "1.20.0")]
 pub use core::char::ParseCharError;
 
 // unstable reexports