From f39266f2df815799b37366ad365d8c507ea8eb63 Mon Sep 17 00:00:00 2001 From: Ben PHL Date: Sat, 4 May 2024 22:14:14 +0200 Subject: [PATCH] cargo fmt --all --- core/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/lib.rs b/core/src/lib.rs index 38b7c057..9290d2f1 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -1,9 +1,8 @@ -// This feature allows `cargo +nightly doc --F $GATED_FEATURES` to include +// This feature allows `cargo +nightly doc --F $GATED_FEATURES` to include // said features as well as show that they are behind a feature gate, like so: // #[doc(cfg(feature = "$GATED_FEATURE"))] // ...without adding nightly requirement to non-doc builds #![cfg_attr(feature = "nightly", feature(doc_cfg))] - #![doc(html_playground_url = "https://play.rust-lang.org/")] //! Frunk Core //!