From 2e5fc2e312e571823cf3a7f5b3158096abbdf190 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 02:00:59 +0200 Subject: [PATCH] fmt --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 8052b64..bcb05fc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -101,7 +101,7 @@ //! to avoid adding extra crates to your binary. //! See the [available feature flags](https://docs.rs/crate/rodio/latest/features) for all options. //! -//! ## Optional Features +//! ## Optional Features //! //! Rodio provides several optional features that are guarded with feature gates. //!