Update stability attribute for CStr indexing

上级 f08aae6a
......@@ -1551,7 +1551,7 @@ fn index(&self, _index: ops::RangeFull) -> &CStr {
}
}
#[stable(feature = "cstr_range_from", since = "1.45.0")]
#[stable(feature = "cstr_range_from", since = "1.47.0")]
impl ops::Index<ops::RangeFrom<usize>> for CStr {
type Output = CStr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册