chore(ci): empty commit to check ci action
Signed-off-by: katelyn martin <kate@buoyant.io>
This commit is contained in:
parent
a1a57139b1
commit
cf67200f59
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Reference in New Issue