mirror of
https://github.com/kata-containers/cgroups-rs.git
synced 2026-08-05 02:13:23 +00:00
Merge pull request #141 from michelhe/remove-outdated-docs
hierarchies: Remove outdated documentation
This commit is contained in:
@@ -5,9 +5,6 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
//! This module represents the various control group hierarchies the Linux kernel supports.
|
//! 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;
|
||||||
use std::fs::File;
|
use std::fs::File;
|
||||||
|
|||||||
Reference in New Issue
Block a user