mirror of
https://github.com/kata-containers/cgroups-rs.git
synced 2026-08-05 02:13:23 +00:00
docs: Hide Re-exports
Make `pub use crate::cgroup::Cgroup` display as struct in docs. Signed-off-by: Tim Zhang <tim@hyper.sh>
This commit is contained in:
@@ -67,6 +67,7 @@ use crate::pid::PidController;
|
||||
use crate::rdma::RdmaController;
|
||||
use crate::systemd::SystemdController;
|
||||
|
||||
#[doc(inline)]
|
||||
pub use crate::cgroup::Cgroup;
|
||||
|
||||
/// Contains all the subsystems that are available in this crate.
|
||||
|
||||
Reference in New Issue
Block a user