feat(server): default to using rustls-tls #68
Annotations
3 errors
|
Run just features=all clippy:
kubert/src/server/tests.rs#L36
error[E0433]: failed to resolve: could not find `tls` in `super`
--> kubert/src/server/tests.rs:36:18
|
36 | match super::tls::load_tls(&key, &certs).await {
| ^^^ could not find `tls` in `super`
|
Run just features=all clippy
Process completed with exit code 1.
|
Loading