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 c42e859 commit c0e51d7Copy full SHA for c0e51d7
sqlx-macros/src/lib.rs
@@ -29,7 +29,7 @@ use query_macros::*;
29
fn block_on<F: std::future::Future>(future: F) -> F::Output {
30
// TODO: Someone think of something better for async proc macros + tokio
31
tokio::runtime::Runtime::new().unwrap().block_on(future)
32
-}
+}
33
34
fn macro_result(tokens: proc_macro2::TokenStream) -> TokenStream {
35
quote!(
0 commit comments