We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5da851 commit 705d098Copy full SHA for 705d098
tests/sqlite/sqlite.rs
@@ -1,6 +1,6 @@
1
use futures::TryStreamExt;
2
-use rand::{Rng, SeedableRng};
3
-use rand_xoshiro::Xoshiro256PlusPlus;
+use rand::Rng;
+use rand_xoshiro::{Xoshiro256PlusPlus, rand_core::SeedableRng};
4
use sqlx_oldapi::sqlite::{SqliteConnectOptions, SqlitePoolOptions};
5
use sqlx_oldapi::{
6
query, sqlite::Sqlite, sqlite::SqliteRow, Column, ConnectOptions, Connection, Executor, Row,
0 commit comments