We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0856ae6 + 7f26b41 commit 0e44a9dCopy full SHA for 0e44a9d
src/lib.rs
@@ -31,9 +31,8 @@
31
//! - [SSE Spec](https://html.spec.whatwg.org/multipage/server-sent-events.html#concept-event-stream-last-event-id)
32
//! - [EventSource web platform tests](https://github.com/web-platform-tests/wpt/tree/master/eventsource)
33
34
-#![forbid(rust_2018_idioms)]
35
#![deny(missing_debug_implementations, nonstandard_style)]
36
-#![warn(missing_docs, missing_doc_code_examples, unreachable_pub)]
+#![warn(missing_docs, rust_2018_idioms, unreachable_pub)]
37
38
mod decoder;
39
mod encoder;
0 commit comments