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 d091bba commit 720f5b5Copy full SHA for 720f5b5
diesel_tests/tests/lib.rs
@@ -46,9 +46,9 @@ mod limit_offset;
46
mod macros;
47
#[cfg(feature = "postgres")]
48
mod only;
49
-mod option_has_table;
50
#[cfg(not(feature = "sqlite"))]
51
mod operations;
+mod option_has_table;
52
mod order;
53
mod perf_details;
54
diesel_tests/tests/option_has_table.rs
@@ -1,5 +1,5 @@
1
-use diesel::prelude::*;
2
use diesel::associations::HasTable;
+use diesel::prelude::*;
3
4
table! {
5
users (id) {
0 commit comments