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 8efad83 commit c334195Copy full SHA for c334195
src/lib_context.rs
@@ -248,9 +248,7 @@ pub fn create_lib_context(settings: settings::Settings) -> Result<LibContext> {
248
249
pyo3_async_runtimes::tokio::init_with_runtime(get_runtime()).unwrap();
250
251
- rustls::crypto::aws_lc_rs::default_provider()
252
- .install_default()
253
- .unwrap();
+ let _ = rustls::crypto::aws_lc_rs::default_provider().install_default();
254
});
255
256
let db_pools = DbPools::default();
0 commit comments