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