From d85afe78f978d088e34412b8e39eafa502be5d66 Mon Sep 17 00:00:00 2001 From: Dave Tucker Date: Fri, 11 Aug 2023 13:15:52 +0100 Subject: [PATCH] xtask: Fix aya public-api Changes to the bitflags crate changed some of our public api signature. Signed-off-by: Dave Tucker --- xtask/public-api/aya.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/xtask/public-api/aya.txt b/xtask/public-api/aya.txt index db03ee59..69f57fb4 100644 --- a/xtask/public-api/aya.txt +++ b/xtask/public-api/aya.txt @@ -4645,9 +4645,6 @@ impl core::marker::Sync for aya::programs::xdp::XdpFlags impl core::marker::Unpin for aya::programs::xdp::XdpFlags impl core::panic::unwind_safe::RefUnwindSafe for aya::programs::xdp::XdpFlags impl core::panic::unwind_safe::UnwindSafe for aya::programs::xdp::XdpFlags -impl bitflags::traits::BitFlags for aya::programs::xdp::XdpFlags where B: bitflags::traits::Flags -pub type aya::programs::xdp::XdpFlags::Iter = bitflags::iter::Iter -pub type aya::programs::xdp::XdpFlags::IterNames = bitflags::iter::IterNames impl core::convert::Into for aya::programs::xdp::XdpFlags where U: core::convert::From pub fn aya::programs::xdp::XdpFlags::into(self) -> U impl core::convert::TryFrom for aya::programs::xdp::XdpFlags where U: core::convert::Into @@ -6775,9 +6772,6 @@ impl core::marker::Sync for aya::programs::xdp::XdpFlags impl core::marker::Unpin for aya::programs::xdp::XdpFlags impl core::panic::unwind_safe::RefUnwindSafe for aya::programs::xdp::XdpFlags impl core::panic::unwind_safe::UnwindSafe for aya::programs::xdp::XdpFlags -impl bitflags::traits::BitFlags for aya::programs::xdp::XdpFlags where B: bitflags::traits::Flags -pub type aya::programs::xdp::XdpFlags::Iter = bitflags::iter::Iter -pub type aya::programs::xdp::XdpFlags::IterNames = bitflags::iter::IterNames impl core::convert::Into for aya::programs::xdp::XdpFlags where U: core::convert::From pub fn aya::programs::xdp::XdpFlags::into(self) -> U impl core::convert::TryFrom for aya::programs::xdp::XdpFlags where U: core::convert::Into @@ -7180,9 +7174,6 @@ impl core::marker::Sync for aya::VerifierLogLevel impl core::marker::Unpin for aya::VerifierLogLevel impl core::panic::unwind_safe::RefUnwindSafe for aya::VerifierLogLevel impl core::panic::unwind_safe::UnwindSafe for aya::VerifierLogLevel -impl bitflags::traits::BitFlags for aya::VerifierLogLevel where B: bitflags::traits::Flags -pub type aya::VerifierLogLevel::Iter = bitflags::iter::Iter -pub type aya::VerifierLogLevel::IterNames = bitflags::iter::IterNames impl core::convert::Into for aya::VerifierLogLevel where U: core::convert::From pub fn aya::VerifierLogLevel::into(self) -> U impl core::convert::TryFrom for aya::VerifierLogLevel where U: core::convert::Into