Skip to content

Commit cba2563

Browse files
committed
fixup! feat: Make the collector module public
1 parent 55dddc8 commit cba2563

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

src/collector.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
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")]
2121
mod 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.

0 commit comments

Comments
 (0)