We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba436eb commit a548952Copy full SHA for a548952
src/unix/linux_like/linux/mod.rs
@@ -3613,7 +3613,8 @@ pub const FAN_REPORT_NAME: ::c_uint = 0x0000_0800;
3613
pub const FAN_REPORT_TARGET_FID: ::c_uint = 0x0000_1000;
3614
3615
pub const FAN_REPORT_DFID_NAME: ::c_uint = FAN_REPORT_DIR_FID | FAN_REPORT_NAME;
3616
-pub const FAN_REPORT_DFID_NAME_TARGET: ::c_uint = FAN_REPORT_DFID_NAME | FAN_REPORT_FID | FAN_REPORT_TARGET_FID;
+pub const FAN_REPORT_DFID_NAME_TARGET: ::c_uint =
3617
+ FAN_REPORT_DFID_NAME | FAN_REPORT_FID | FAN_REPORT_TARGET_FID;
3618
3619
pub const FAN_MARK_ADD: ::c_uint = 0x0000_0001;
3620
pub const FAN_MARK_REMOVE: ::c_uint = 0x0000_0002;
0 commit comments