We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac48c3 commit 5cc60f5Copy full SHA for 5cc60f5
library/core/src/cell/once.rs
@@ -178,6 +178,8 @@ impl<T> OnceCell<T> {
178
/// # Examples
179
///
180
/// ```
181
+ /// #![feature(once_cell_get_mut)]
182
+ ///
183
/// use std::cell::OnceCell;
184
185
/// let mut cell = OnceCell::new();
@@ -253,7 +255,7 @@ impl<T> OnceCell<T> {
253
255
254
256
257
- /// #![feature(once_cell_try)]
258
259
260
261
0 commit comments