Skip to content

Commit fcd76a7

Browse files
committed
Rustfix WIP
1 parent d35af91 commit fcd76a7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

wundergraph_cli/src/database.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ impl InferConnection {
8181
}
8282
}
8383

84+
/*
8485
#[cfg(all(test, any(feature = "postgres", feature = "mysql")))]
8586
mod tests {
8687
use super::change_database_of_url;
@@ -122,3 +123,4 @@ mod tests {
122123
);
123124
}
124125
}
126+
*/

wundergraph_cli/src/infer_schema_internals/information_schema.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@ where
258258
).collect()
259259
}
260260

261-
#[cfg(all(test, feature = "postgres"))]
261+
262+
/*#[cfg(all(test, feature = "postgres"))]
262263
mod tests {
263264
extern crate dotenv;
264265
@@ -474,3 +475,4 @@ mod tests {
474475
);
475476
}
476477
}
478+
*/

0 commit comments

Comments
 (0)