summaryrefslogtreecommitdiffstats
path: root/src/app/data_harvester/memory/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/data_harvester/memory/mod.rs')
-rw-r--r--src/app/data_harvester/memory/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/data_harvester/memory/mod.rs b/src/app/data_harvester/memory/mod.rs
index 588a3c3b..25fccf59 100644
--- a/src/app/data_harvester/memory/mod.rs
+++ b/src/app/data_harvester/memory/mod.rs
@@ -4,7 +4,7 @@
cfg_if::cfg_if! {
if #[cfg(any(target_os = "linux", target_os = "macos", target_os = "windows"))] {
- pub mod heim;
- pub use self::heim::*;
+ pub mod general;
+ pub use self::general::*;
}
}