From fbcbc94d90e848dfc6fc5f3179ccacfbecda5b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Fri, 27 Jun 2025 13:02:30 +0200 Subject: [PATCH] Ignore enzyme submodule --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 621a0026..e61932d3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -638,6 +638,7 @@ fn get_submodules( "https://github.com/rust-lang/llvm.git", "https://github.com/rust-lang/llvm-project.git", "https://github.com/rust-lang/lld.git", + "https://github.com/rust-lang/enzyme.git", "https://github.com/rust-lang-nursery/clang.git", "https://github.com/rust-lang-nursery/lldb.git", "https://github.com/rust-lang/libuv.git",