mirror of
				https://github.com/launchbadge/sqlx.git
				synced 2025-11-03 23:12:47 +00:00 
			
		
		
		
	fix: make sqlx_rt::block_on pub not pub(crate)
This commit is contained in:
		
							parent
							
								
									dfe5e31c52
								
							
						
					
					
						commit
						921878ad77
					
				@ -119,7 +119,7 @@ pub use async_native_tls::{Error as TlsError, TlsConnector, TlsStream};
 | 
				
			|||||||
    feature = "runtime-async-std",
 | 
					    feature = "runtime-async-std",
 | 
				
			||||||
    not(any(feature = "runtime-actix", feature = "runtime-tokio"))
 | 
					    not(any(feature = "runtime-actix", feature = "runtime-tokio"))
 | 
				
			||||||
))]
 | 
					))]
 | 
				
			||||||
pub(crate) use async_std::task::block_on;
 | 
					pub use async_std::task::block_on;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#[cfg(all(
 | 
					#[cfg(all(
 | 
				
			||||||
    feature = "runtime-async-std",
 | 
					    feature = "runtime-async-std",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user