You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2024. It is now read-only.
```
error: large size difference between variants
--> src/lib.rs:354:1
|
354 | / pub enum TlsStream<T> {
355 | | Client(client::TlsStream<T>),
| | ---------------------------- the second-largest variant contains at least 0 bytes
356 | | Server(server::TlsStream<T>),
| | ---------------------------- the largest variant contains at least 1504 bytes
357 | | }
| |_^ the entire enum is at least 0 bytes
|
= note: `-D clippy::large-enum-variant` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant
```
0 commit comments