Update surf-web.rs

This commit is contained in:
Stjepan Glavina 2019-08-15 19:57:02 +02:00 committed by GitHub
parent 8c647cf5b4
commit 39531c1f63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
//! Creates a web request to the Rust website.
//! Creates a HTTP request to the official Rust website.
#![feature(async_await)]