From e4a0199c76b384754febd1aafebfb319c3694351 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Thu, 22 Jul 2021 15:38:55 +0200 Subject: [PATCH] Add missing TOC link --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 2f981b33..521cb657 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -15,6 +15,7 @@ //! - [Sharing state with handlers](#sharing-state-with-handlers) //! - [Routing to any `Service`](#routing-to-any-service) //! - [Nesting applications](#nesting-applications) +//! - [Examples](#examples) //! - [Feature flags](#feature-flags) //! //! # Goals