Skip to content

Commit 947a586

Browse files
committed
fix build without default features
1 parent 1e0348d commit 947a586

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrace_core/src/remote/file_iet_log_provider.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ impl FileIETError {
164164
pub fn is_fatal(&self) -> bool {
165165
match self {
166166
FileIETError::NeedNotify => true,
167+
#[cfg(feature = "notify-watch")]
167168
FileIETError::NotifyError(_) => false,
168169
FileIETError::NoMoreRetries(_) => true,
169170
}

0 commit comments

Comments
 (0)