Skip to content

Commit

Permalink
chore: fix rust nightly/beta lints
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Oct 17, 2023
1 parent 010146d commit c0e9611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bounded-static/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![doc(html_root_url = "https://docs.rs/bounded-static/0.5.0")]
//! Provides the [`ToBoundedStatic`] and [`IntoBoundedStatic`] traits and [ToStatic] derive macro.
//! Provides the [`ToBoundedStatic`] and [`IntoBoundedStatic`] traits and [`ToStatic`] derive macro.
//!
//! As described in the [Common Rust Lifetime Misconceptions](https://github.com/pretzelhammer/rust-blog/blob/master/posts/common-rust-lifetime-misconceptions.md#2-if-t-static-then-t-must-be-valid-for-the-entire-program):
//!
Expand Down

0 comments on commit c0e9611

Please sign in to comment.