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 670cbcd commit 80a38a4Copy full SHA for 80a38a4
tests/lib.rs
@@ -78,7 +78,7 @@ async fn test_basic_insert_and_load() -> QueryResult<()> {
78
}
79
80
#[cfg(feature = "mysql")]
81
-async fn setup(connection: &mut TestConnection) -> TestConnection {
+async fn setup(connection: &mut TestConnection) {
82
diesel::sql_query(
83
"CREATE TABLE IF NOT EXISTS users (
84
id INTEGER PRIMARY KEY AUTO_INCREMENT,
@@ -91,7 +91,7 @@ async fn setup(connection: &mut TestConnection) -> TestConnection {
91
92
93
#[cfg(feature = "postgres")]
94
95
96
97
id SERIAL PRIMARY KEY,
0 commit comments