diff options
| author | Mason Reed <mason@vector35.com> | 2025-09-27 17:39:19 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-10-22 00:36:24 -0400 |
| commit | 31ec051fd683d3747f10a0981b497d90f08d25a3 (patch) | |
| tree | 039f28498656a427297406d90955766981bc0b06 /rust/src/lib.rs | |
| parent | 058800a116bf25f1f215b758663366d4695f0e31 (diff) | |
[Rust] Refactor download provider module to allow for custom implementations
Diffstat (limited to 'rust/src/lib.rs')
| -rw-r--r-- | rust/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
