From 680ea5555e48d459ef629c386718e1169d82d8e6 Mon Sep 17 00:00:00 2001 From: Mike Lubinets Date: Wed, 17 Aug 2022 13:43:46 +0400 Subject: [PATCH] fix: failing doctest --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index c95a600..b8a083c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -49,6 +49,7 @@ //! /// B -->|No| C(Apply default theme) //! /// B -->|Yes| D(Apply customized theme) //! /// ``` +//! # fn example() {} //! ``` //! //! [Demo on docs.rs](https://docs.rs/aquamarine-demo-crate/0.1.11/aquamarine_demo_crate/fn.example_with_styling.html)