From 224688946e61c58f29b9315a720cc681de2fb722 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 25 Jan 2024 15:05:24 -0600 Subject: [PATCH] docs(topic): Raise visibility of debug tutorial --- src/_topic/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_topic/mod.rs b/src/_topic/mod.rs index 79895cec..c7bcc538 100644 --- a/src/_topic/mod.rs +++ b/src/_topic/mod.rs @@ -17,6 +17,7 @@ //! - [Parsing Partial Input][partial] //! - [Custom stream or token][stream] //! - [Custom errors][error] +//! - [Debugging][crate::_tutorial::chapter_8] //! //! See also parsers written with `winnow`: //!