|
|
|
@ -1,6 +1,3 @@
|
|
|
|
|
/* TODO: Once the next version of surf released, re-enable this example.
|
|
|
|
|
//! Sends an HTTP request to the Rust website.
|
|
|
|
|
|
|
|
|
|
use async_std::task;
|
|
|
|
|
|
|
|
|
|
fn main() -> Result<(), surf::Exception> {
|
|
|
|
@ -18,6 +15,3 @@ fn main() -> Result<(), surf::Exception> {
|
|
|
|
|
Ok(())
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
fn main() {}
|
|
|
|
|