From 6d174a2efbb98e4141f93f90ac5f4b333b2ca6fd Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Mon, 5 Apr 2021 21:21:26 +0100 Subject: [PATCH] Add "crate" to attribute docs ToC --- docs/1.1-attributes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/1.1-attributes.md b/docs/1.1-attributes.md index 9260ea1..64d4d14 100644 --- a/docs/1.1-attributes.md +++ b/docs/1.1-attributes.md @@ -38,6 +38,7 @@ TABLE OF CONTENTS - [`title` / `description`](#title-description) - [`example`](#example) - [`deprecated`](#deprecated) + - [`crate`](#crate) - [Doc Comments (`doc`)](#doc)