about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorAshley Mannix <ashleymannix@live.com.au>2020-01-14 14:43:05 +1000
committerAshley Mannix <ashleymannix@live.com.au>2020-01-28 11:15:22 +1000
commit2c07a621ef80e059d788f9846c8bdfd2e44b5c58 (patch)
treeb6249ee3ece23f4e7d6ef04fd6ee231d5b45dada /src/doc
parent8a79d08fa57e1c257d647c9848e35defcb379c07 (diff)
downloadrust-2c07a621ef80e059d788f9846c8bdfd2e44b5c58.tar.gz
rust-2c07a621ef80e059d788f9846c8bdfd2e44b5c58.zip
stabilize the debug_map_key_value feature
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/unstable-book/src/library-features/debug-map-key-value.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/doc/unstable-book/src/library-features/debug-map-key-value.md b/src/doc/unstable-book/src/library-features/debug-map-key-value.md
deleted file mode 100644
index ae839bf2ac3..00000000000
--- a/src/doc/unstable-book/src/library-features/debug-map-key-value.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# `debug_map_key_value`
-
-The tracking issue for this feature is: [#62482]
-
-[#62482]: https://github.com/rust-lang/rust/issues/62482
-
-------------------------
-
-Add the methods `key` and `value` to `DebugMap` so that an entry can be formatted across multiple calls without additional buffering.