From 76ab17c8a2e4badf7d56d31bc7cfa11a50663525 Mon Sep 17 00:00:00 2001 From: jofas Date: Thu, 15 Dec 2022 17:02:02 +0000 Subject: [PATCH] applying code formatting, lint fixes and toc creation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad2eafe..702e344 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ This crate has zero dependencies. * [Maps](#maps) + * [Explicitly typed values for trait objects](#explicitly-typed-values-for-trait-objects) * [Sets](#sets) * [B-tree based maps and sets](#b-tree-based-maps-and-sets) * [Vectors without cloning](#vectors-without-cloning)