Skip to content

Commit

Permalink
style(fmt): Reflow documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thecaralice committed Nov 4, 2023
1 parent 7048dd8 commit 3d0d23f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gstd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
//! impacts gas cost and is thus disabled by default.
//! - **default** - Includes all default features.
//! - **default-stable** - Includes default stable features
//! - **panic-handler** - When enabled, a panic handler is provided
//! by this crate.
//! - **nightly** - Includes default nightly features.
//! These features depend on unstable Rust API and require nightly toolchain.
//! - **panic-handler** - When enabled, a panic handler is provided by this
//! crate.
//! - **nightly** - Includes default nightly features. These features depend
//! on unstable Rust API and require nightly toolchain.
//! - **panic-messages** - When enabled, additional context information is
//! available from panic messages in debug mode. Relies on
//! [`panic_info_message`][rust-66745].
Expand Down

0 comments on commit 3d0d23f

Please sign in to comment.