From f4627dfde49480f033ecbe5bcd7fd8b4785da7a9 Mon Sep 17 00:00:00 2001 From: Rinde van Lon Date: Thu, 14 Dec 2023 11:24:31 +0000 Subject: [PATCH] update doc --- doc/vec_map.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vec_map.md b/doc/vec_map.md index f7ba915..d2b6eff 100644 --- a/doc/vec_map.md +++ b/doc/vec_map.md @@ -16,7 +16,7 @@ Below is an overview of the all methods and traits that are implemented for `Vec | `len()` | ✅ | | `is_empty()` | ✅ | | `iter()` | ✅ | -| `iter_mut()` | | +| `iter_mut()` | ✅ | | `keys()` | ✅ | | `into_keys()` | | | `values()` | |