chore(ci): empty commit to check ci action

Signed-off-by: katelyn martin <kate@buoyant.io>
This commit is contained in:
katelyn martin 2024-12-01 00:00:00 +00:00
parent a1a57139b1
commit cf67200f59
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
//!
//! The outbound proxy is responsible for routing traffic from the local application to other hosts.
// XXX(kate): change a rust file to prevent ci from skipping jobs.
#![deny(rust_2018_idioms, clippy::disallowed_methods, clippy::disallowed_types)]
#![allow(opaque_hidden_inferred_bound)]
#![forbid(unsafe_code)]