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

This reverts commit a8d2d1d2ada8fd7e18ee55c53ce5115ef19d6154.
This commit is contained in:
chyyran 2024-06-15 01:10:35 -04:00 committed by Ronny Chan
parent 1b0574c140
commit 5e9ce1207c
2 changed files with 3 additions and 0 deletions

View file

@ -181,6 +181,7 @@ 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 {
@ -188,6 +189,7 @@ mod __cbindgen_opaque_forward_declarations {
$($(#[$($attrss)*])*
#[allow(unused)]
#[doc(hidden)]
#[deny(deprecated)]
#[deprecated]
pub struct $name;
)*

View file

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