mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
syntactic changes: remove unused self dependency to appease to our Clippy overlord...
This commit is contained in:
@@ -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},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user