Skip to content

Commit 70d630f

Browse files
committed
add feature to docs
1 parent e98ea52 commit 70d630f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libcore/fmt/builders.rs

+2
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,7 @@ impl<'a, 'b: 'a> DebugMap<'a, 'b> {
750750
/// # Examples
751751
///
752752
/// ```
753+
/// # #![feature(debug_map_key_value)]
753754
/// use std::fmt;
754755
///
755756
/// struct Foo(Vec<(String, i32)>);
@@ -813,6 +814,7 @@ impl<'a, 'b: 'a> DebugMap<'a, 'b> {
813814
/// # Examples
814815
///
815816
/// ```
817+
/// # #![feature(debug_map_key_value)]
816818
/// use std::fmt;
817819
///
818820
/// struct Foo(Vec<(String, i32)>);

0 commit comments

Comments
 (0)