From cf67200f596c9a68a753dc7f8769ff697432dba0 Mon Sep 17 00:00:00 2001 From: katelyn martin Date: Sun, 1 Dec 2024 00:00:00 +0000 Subject: [PATCH] chore(ci): empty commit to check ci action Signed-off-by: katelyn martin --- linkerd/app/outbound/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linkerd/app/outbound/src/lib.rs b/linkerd/app/outbound/src/lib.rs index e446a85c3..dba89df2a 100644 --- a/linkerd/app/outbound/src/lib.rs +++ b/linkerd/app/outbound/src/lib.rs @@ -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)]