Remove my comments

This commit is contained in:
Mubelotix 2025-06-26 12:21:34 +02:00
parent 2ff382c023
commit 4d26e9c6f2
No known key found for this signature in database
GPG key ID: 0406DF6C3A69B942
2 changed files with 3 additions and 3 deletions

View file

@ -475,7 +475,7 @@ impl<'a, 't, 'i> Settings<'a, 't, 'i> {
progress_callback: &FP,
should_abort: &FA,
settings_diff: InnerIndexSettingsDiff,
embedder_stats: &Arc<EmbedderStats>, // Cant change
embedder_stats: &Arc<EmbedderStats>,
) -> Result<()>
where
FP: Fn(UpdateIndexingStep) + Sync,
@ -1362,7 +1362,7 @@ impl<'a, 't, 'i> Settings<'a, 't, 'i> {
mut self,
progress_callback: FP,
should_abort: FA,
embedder_stats: Arc<EmbedderStats>, // Cant change
embedder_stats: Arc<EmbedderStats>,
) -> Result<()>
where
FP: Fn(UpdateIndexingStep) + Sync,