File tree Expand file tree Collapse file tree 7 files changed +6
-6
lines changed Expand file tree Collapse file tree 7 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111//!
1212//! [`Collector`]: crate::Collector
1313
14- #[ cfg_attr( target_os = "macos" , path = "collector /macos.rs" ) ]
15- #[ cfg_attr( target_os = "linux" , path = "collector /linux.rs" ) ]
16- #[ cfg_attr( target_os = "windows" , path = "collector /windows.rs" ) ]
17- #[ cfg_attr( target_os = "freebsd" , path = "collector /freebsd.rs" ) ]
18- #[ cfg_attr( target_os = "openbsd" , path = "collector /openbsd.rs" ) ]
14+ #[ cfg_attr( target_os = "macos" , path = "implementation /macos.rs" ) ]
15+ #[ cfg_attr( target_os = "linux" , path = "implementation /linux.rs" ) ]
16+ #[ cfg_attr( target_os = "windows" , path = "implementation /windows.rs" ) ]
17+ #[ cfg_attr( target_os = "freebsd" , path = "implementation /freebsd.rs" ) ]
18+ #[ cfg_attr( target_os = "openbsd" , path = "implementation /openbsd.rs" ) ]
1919#[ allow( unused_attributes) ]
20- #[ cfg_attr( feature = "dummy" , path = "collector /dummy.rs" ) ]
20+ #[ cfg_attr( feature = "dummy" , path = "implementation /dummy.rs" ) ]
2121mod implementation;
2222
2323#[ cfg( all(
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments