Skip to content

Commit

Permalink
feat(warmup): Make warm_up_wait crate local
Browse files Browse the repository at this point in the history
Signed-off-by: MATILLAT Quentin <qmatillat@gmail.com>
  • Loading branch information
tinou98 committed Dec 10, 2024
1 parent e960f39 commit a041d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/repository.rs
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ impl<P: ProgressBars, S> Repository<P, S> {
///
/// * If the command could not be parsed.
/// * If the thread pool could not be created.
pub fn warm_up_wait(
pub(crate) fn warm_up_wait(
&self,
packs: impl ExactSizeIterator<Item = PackId> + Clone,
) -> RusticResult<()> {
Expand Down

0 comments on commit a041d34

Please sign in to comment.