Skip to content

Commit 7f26b41

Browse files
committed
Fix pin-project issues
See taiki-e/pin-project-lite#33
1 parent 0856ae6 commit 7f26b41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
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)