From 6766532341803ab70501e0c522afc0656385e002 Mon Sep 17 00:00:00 2001 From: Andre Fredette Date: Thu, 22 Dec 2022 09:28:40 -0500 Subject: [PATCH] Remove SchedClassifierLink description It was redundant with the one provided in define_link_wrapper Signed-off-by: Andre Fredette --- aya/src/programs/tc.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/aya/src/programs/tc.rs b/aya/src/programs/tc.rs index 7bf536e7..105911f5 100644 --- a/aya/src/programs/tc.rs +++ b/aya/src/programs/tc.rs @@ -228,7 +228,6 @@ define_link_wrapper!( TcLinkId ); -/// [`SchedClassifierLink`] is the link type used by [`SchedClassifier`] programs. impl SchedClassifierLink { /// This API is used to construct a [`SchedClassifierLink`] where the `if_name`, `attach_type`, /// `priority` and `handle` are already known. This may have been found from a link created by