Skip to content

Commit 0986301

Browse files
committed
Fix weird build error
1 parent e0b4fd6 commit 0986301

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![cfg(windows)]
2-
#![cfg_attr(feature = "doc-cfg", featre(doc_cfg))]
2+
#![cfg_attr(feature = "doc-cfg", feature(doc_cfg))]
33
#![warn(clippy::pedantic)]
44
#![allow(
55
clippy::missing_errors_doc,

0 commit comments

Comments
 (0)