Merge pull request #141 from michelhe/remove-outdated-docs

hierarchies: Remove outdated documentation
This commit is contained in:
Fupan Li
2025-05-29 16:31:55 +08:00
committed by GitHub

View File

@@ -5,9 +5,6 @@
//
//! This module represents the various control group hierarchies the Linux kernel supports.
//!
//! Currently, we only support the cgroupv1 hierarchy, but in the future we will add support for
//! the Unified Hierarchy.
use std::fs;
use std::fs::File;