syntactic changes: remove unused self dependency to appease to our Clippy overlord...

This commit is contained in:
Jorge López
2025-01-18 19:36:32 +01:00
parent 9b8baa7895
commit e5faa3273a

View File

@@ -3,7 +3,7 @@ use std::sync::{Arc, Mutex};
use limbo_core::{LimboError, Result};
use crate::generation::{
self, pick_index,
pick_index,
plan::{Interaction, InteractionPlan, InteractionPlanState, ResultSet},
};