Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Sep 12, 2024
1 parent 47198a3 commit fcff093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swiftide-indexing/src/pipeline.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use anyhow::Result;
use futures_util::{FutureExt, StreamExt, TryFutureExt, TryStreamExt};
use futures_util::{StreamExt, TryFutureExt, TryStreamExt};
use swiftide_core::{
indexing::IndexingDefaults, BatchableTransformer, ChunkerTransformer, Loader, NodeCache,
Persist, SimplePrompt, Transformer, WithBatchIndexingDefaults, WithIndexingDefaults,
Expand Down

0 comments on commit fcff093

Please sign in to comment.