ci: temporarily remove deny-deprecated on ctypes to unblock ares

This commit is contained in:
chyyran 2024-06-14 17:53:26 -04:00 committed by Ronny Chan
parent 875968d097
commit fff80df5a0
2 changed files with 0 additions and 3 deletions

View file

@ -181,7 +181,6 @@ pub(crate) use config_struct;
pub(crate) use config_version_set;
#[doc(hidden)]
#[deny(deprecated)]
#[deprecated = "Forward declarations for cbindgen, do not use."]
mod __cbindgen_opaque_forward_declarations {
macro_rules! typedef_struct {
@ -189,7 +188,6 @@ mod __cbindgen_opaque_forward_declarations {
$($(#[$($attrss)*])*
#[allow(unused)]
#[doc(hidden)]
#[deny(deprecated)]
#[deprecated]
pub struct $name;
)*

View file

@ -66,7 +66,6 @@
#![allow(non_camel_case_types)]
#![feature(try_blocks)]
#![deny(unsafe_op_in_unsafe_fn)]
#![deny(deprecated)]
extern crate alloc;