1
0
mirror of https://github.com/actix/actix-website synced 2025-01-22 16:15:56 +01:00

Fix example

This commit is contained in:
Nikolay Kim 2018-06-09 04:58:22 -07:00 committed by GitHub
parent 11d41fab8e
commit 5eb00bb9f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,6 @@
#![allow(unused)]
extern crate actix_web;
use actix_web::{http::Method, server, App, HttpRequest, HttpResponse, Responder};
mod state;
// <vh>
fn main() {
let server = server::new(|| {