Skip to content

Commit

Permalink
Appease rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Dec 6, 2020
1 parent d4606a3 commit 6e8b7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -231,7 +231,7 @@

#![doc(
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://www.rust-lang.org/static/images/favicon.ico",
html_favicon_url = "https://www.rust-lang.org/static/images/favicon.ico"
)]
#![cfg_attr(test, deny(warnings))]
// When compiled for the rustc compiler itself we want to make sure that this is
Expand Down

0 comments on commit 6e8b7f5

Please sign in to comment.