We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bool
RealBool
1 parent 54d1ab1 commit 2f15e67Copy full SHA for 2f15e67
1 file changed
diesel_derives/src/query_id.rs
@@ -31,7 +31,7 @@ pub fn derive(mut item: syn::DeriveInput) -> Result<proc_macro2::TokenStream, Di
31
{
32
type QueryId = #struct_name<#(#lifetimes,)* #(#query_id_ty_params,)*>;
33
34
- const HAS_STATIC_QUERY_ID: bool = #(#has_static_query_id &&)* true;
+ const HAS_STATIC_QUERY_ID: diesel::RealBool = #(#has_static_query_id &&)* true;
35
}
36
}))
37
0 commit comments