Skip to content

Commit

Permalink
worker/jobs/index: Add doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Oct 4, 2024
1 parent 9f9a94a commit f693720
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/worker/jobs/index/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//! This module contains all background jobs related to the git and
//! sparse indexes.

mod normalize;
mod squash;
mod sync;
Expand Down

0 comments on commit f693720

Please sign in to comment.