From f051e1323807b93fcb0d128a29dcdd0a0349bcf8 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Wed, 18 Feb 2015 19:34:55 -0800 Subject: Fix references to doc.rs throughout the code --- src/libstd/collections/hash/map.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/collections/hash/map.rs b/src/libstd/collections/hash/map.rs index 1b9f8b99017..9f72199c1b3 100644 --- a/src/libstd/collections/hash/map.rs +++ b/src/libstd/collections/hash/map.rs @@ -204,7 +204,7 @@ fn test_resize_policy() { // produces identical results to a linear naive reinsertion from the same // element. // -// FIXME(Gankro, pczarn): review the proof and put it all in a separate doc.rs +// FIXME(Gankro, pczarn): review the proof and put it all in a separate README.md /// A hash map implementation which uses linear probing with Robin /// Hood bucket stealing. -- cgit 1.4.1-3-g733a5