Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc1930a

Browse files
committed
Add windows-by-handle feature to lib.rs, where it probably has to be
1 parent 7318d07 commit cc1930a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/inodefilter.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![cfg_attr(windows, feature(windows_by_handle))]
2-
31
use std::collections::HashMap;
42

53
#[derive(Debug, Default, Clone)]

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![cfg_attr(windows, feature(windows_by_handle))]
12
#![forbid(unsafe_code)]
23

34
extern crate failure;

0 commit comments

Comments
 (0)