chore(lib): individually disable tests and examples that aren't updated
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#![feature(async_await)]
|
||||
#![deny(warnings)]
|
||||
|
||||
extern crate hyper;
|
||||
//#![deny(warnings)]
|
||||
|
||||
use hyper::{Body, Method, Request, Response, Server, StatusCode};
|
||||
use hyper::service::{make_service_fn, service_fn};
|
||||
|
||||
Reference in New Issue
Block a user