From 82a6aa491a8843d0e4de71dfe55f5362c468cefe Mon Sep 17 00:00:00 2001 From: Michel Heily Date: Wed, 18 Dec 2024 08:57:53 +0200 Subject: [PATCH] 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 --- src/hierarchies.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/hierarchies.rs b/src/hierarchies.rs index cd06112..3c9911c 100644 --- a/src/hierarchies.rs +++ b/src/hierarchies.rs @@ -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;