about summary refs log tree commit diff
path: root/library/core/src/char/mod.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-11-02 14:12:12 +0000
committerbors <bors@rust-lang.org>2024-11-02 14:12:12 +0000
commit07cbbdd69363da97075650e9be24b78af0bcdd23 (patch)
tree42948eb7578316c7ee491b6f1cfc47326bce5e95 /library/core/src/char/mod.rs
parent588a4203508ed7c76750c96b482641261630ed36 (diff)
parentc4024585a418a732d9ae13017373b4f8b84b3ab2 (diff)
downloadrust-07cbbdd69363da97075650e9be24b78af0bcdd23.tar.gz
rust-07cbbdd69363da97075650e9be24b78af0bcdd23.zip
Auto merge of #132513 - matthiaskrgr:rollup-y98jvsl, r=matthiaskrgr
Rollup of 5 pull requests

Successful merges:

 - #132481 (rustdoc: skip stability inheritance for some item kinds)
 - #132482 (library: fix some stability annotations)
 - #132493 (Fix type reference in documents which was being confused with html tags.)
 - #132494 (make `download-rustc="if-unchanged"` default for library profile)
 - #132495 (Remove unintended link)

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'library/core/src/char/mod.rs')
-rw-r--r--library/core/src/char/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/char/mod.rs b/library/core/src/char/mod.rs
index fa3c2075423..59fd7250e8f 100644
--- a/library/core/src/char/mod.rs
+++ b/library/core/src/char/mod.rs
@@ -18,7 +18,7 @@
 //! functions that convert various types to `char`.
 
 #![allow(non_snake_case)]
-#![stable(feature = "core_char", since = "1.2.0")]
+#![stable(feature = "rust1", since = "1.0.0")]
 
 mod convert;
 mod decode;