Skip to content

Commit

Permalink
Merge pull request #11 from http-rs/fix-pin-project
Browse files Browse the repository at this point in the history
Fix pin-project issues
  • Loading branch information
yoshuawuyts authored Sep 29, 2020
2 parents 0856ae6 + 7f26b41 commit 0e44a9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@
//! - [SSE Spec](https://html.spec.whatwg.org/multipage/server-sent-events.html#concept-event-stream-last-event-id)
//! - [EventSource web platform tests](https://github.com/web-platform-tests/wpt/tree/master/eventsource)

#![forbid(rust_2018_idioms)]
#![deny(missing_debug_implementations, nonstandard_style)]
#![warn(missing_docs, missing_doc_code_examples, unreachable_pub)]
#![warn(missing_docs, rust_2018_idioms, unreachable_pub)]

mod decoder;
mod encoder;
Expand Down

0 comments on commit 0e44a9d

Please sign in to comment.