Skip to content

Commit

Permalink
cargo fmt --all
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-PH committed May 4, 2024
1 parent 8a9775a commit f39266f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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
//!
Expand Down

0 comments on commit f39266f

Please sign in to comment.