Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Jun 4, 2024
1 parent 141c2ed commit 8d01482
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#![doc(html_logo_url = "https://raw.githubusercontent.com/baoyachi/duration-rs/master/duration-str.png")]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/baoyachi/duration-rs/master/duration-str.png"
)]
//! Parse string to `Duration` .
//!
//! The String value unit support for one of:["y","mon","w","d","h","m","s", "ms", "µs", "ns"]
Expand Down

0 comments on commit 8d01482

Please sign in to comment.