wackbyte

Results 33 issues of wackbyte

With `rustfmt 1.5.2-nightly (88fb1b92 2023-04-10)`: ### Input code Snippet from some internal documentation I'm writing: ```rs //! - References? //! - Unsound. See this example: //! ```compile_fail //! # use...

a-comments
only-with-option
p-low
a-markdown

### Describe the bug In non-runes mode, destructuring an object with a fallback and then assigning to that variable in a callback does not seem to mutate it. When the...

awaiting submitter

The `into_text` and `to_text` methods on `Message` currently return a `Result` with tungstenite's error type even though the only error they can produce is a UTF-8 error. I suggest that...