Skip to content

Commit 5e07710

Browse files
committed
Cargo fmt
1 parent 86c27a1 commit 5e07710

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/lib.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#![cfg(windows)]
22
#![warn(clippy::pedantic)]
3-
#![allow(clippy::missing_errors_doc, clippy::missing_panics_doc, clippy::redundant_closure_for_method_calls)]
3+
#![allow(
4+
clippy::missing_errors_doc,
5+
clippy::missing_panics_doc,
6+
clippy::redundant_closure_for_method_calls
7+
)]
48

59
//! `lnks` provides a high-level API for reading and writing Windows `.lnk` (Shell Link) files.
610
//!

0 commit comments

Comments
 (0)