Skip to content

Commit fb2d2e5

Browse files
committed
remove outdated references
1 parent 03999c2 commit fb2d2e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

library/std/src/error.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,14 +298,13 @@ pub trait Error: Debug + Display {
298298

299299
/// Provides type based access to context intended for error reports.
300300
///
301-
/// Used in conjunction with [`context`] and [`context_ref`] to extract
301+
/// Used in conjunction with [`provide_value`] and [`provide_ref`] to extract
302302
/// references to member variables from `dyn Error` trait objects.
303303
///
304304
/// # Example
305305
///
306306
/// ```rust
307307
/// #![feature(provide_any)]
308-
/// #![feature(error_in_core)]
309308
/// use core::fmt;
310309
/// use core::any::Demand;
311310
///

0 commit comments

Comments
 (0)