Skip to content

Commit 0e44a9d

Browse files
authored
Merge pull request #11 from http-rs/fix-pin-project
Fix pin-project issues
2 parents 0856ae6 + 7f26b41 commit 0e44a9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@
3131
//! - [SSE Spec](https://html.spec.whatwg.org/multipage/server-sent-events.html#concept-event-stream-last-event-id)
3232
//! - [EventSource web platform tests](https://github.com/web-platform-tests/wpt/tree/master/eventsource)
3333
34-
#![forbid(rust_2018_idioms)]
3534
#![deny(missing_debug_implementations, nonstandard_style)]
36-
#![warn(missing_docs, missing_doc_code_examples, unreachable_pub)]
35+
#![warn(missing_docs, rust_2018_idioms, unreachable_pub)]
3736

3837
mod decoder;
3938
mod encoder;

0 commit comments

Comments
 (0)