From 31ec051fd683d3747f10a0981b497d90f08d25a3 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sat, 27 Sep 2025 17:39:19 -0400 Subject: [Rust] Refactor download provider module to allow for custom implementations --- rust/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/lib.rs') diff --git a/rust/src/lib.rs b/rust/src/lib.rs index c9b0bb0a..476cd04c 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -44,7 +44,7 @@ pub mod database; pub mod debuginfo; pub mod demangle; pub mod disassembly; -pub mod download_provider; +pub mod download; pub mod enterprise; pub mod external_library; pub mod file_accessor; -- cgit v1.3.1