We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c27a1 commit 5e07710Copy full SHA for 5e07710
1 file changed
src/lib.rs
@@ -1,6 +1,10 @@
1
#![cfg(windows)]
2
#![warn(clippy::pedantic)]
3
-#![allow(clippy::missing_errors_doc, clippy::missing_panics_doc, clippy::redundant_closure_for_method_calls)]
+#![allow(
4
+ clippy::missing_errors_doc,
5
+ clippy::missing_panics_doc,
6
+ clippy::redundant_closure_for_method_calls
7
+)]
8
9
//! `lnks` provides a high-level API for reading and writing Windows `.lnk` (Shell Link) files.
10
//!
0 commit comments