1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 15:39:02 +02: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

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(|| {