Skip to content

Commit ebefbd3

Browse files
committed
fix: refine codes
1 parent 955b685 commit ebefbd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/ten_manager/src/fs/file_watcher.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
// Licensed under the Apache License, Version 2.0, with certain conditions.
55
// Refer to the "LICENSE" file in the root directory for more information.
66
//
7-
#![cfg_attr(target_os = "windows", feature(windows_by_handle))]
8-
97
use std::fs::{File, Metadata};
108
use std::io::{BufRead, BufReader, Read, Seek, SeekFrom};
119
use std::path::{Path, PathBuf};

core/src/ten_manager/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// Licensed under the Apache License, Version 2.0, with certain conditions.
55
// Refer to the "LICENSE" file in the root directory for more information.
66
//
7+
#![cfg_attr(target_os = "windows", feature(windows_by_handle))]
8+
79
use std::process;
810
use std::sync::Arc;
911

0 commit comments

Comments
 (0)