mirror of
https://github.com/kata-containers/cgroups-rs.git
synced 2026-08-05 02:13:23 +00:00
hierarchies: Remove outdated documentation
The documentation in the hierarchies module is outdated, this project does support cgroups2 and the unified hierarchy :) Signed-off-by: Michel Heily <michelheily@gmail.com>
This commit is contained in:
committed by
Fabiano Fidêncio
parent
db822470e5
commit
82a6aa491a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user