From 72500b233fabfaafa41e34a0a61eee6892079d86 Mon Sep 17 00:00:00 2001 From: Lann Martin Date: Thu, 24 Apr 2025 12:55:08 -0400 Subject: [PATCH] DO NOT MERGE - testing GH actions Signed-off-by: Lann Martin --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 6e5eccd12a..1cda7b4f8a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,6 +4,7 @@ mod directory_rels; pub(crate) mod opts; pub mod subprocess; +// Fake change // This is included third-party code (see NOTICES and included licence files) // Skip formatting to minimise changes from upstream. #[rustfmt::skip]