1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-22 05:35:08 +02:00

Remove reimplementation of LazyCell

This commit is contained in:
Diggory Blake
2018-07-06 22:28:08 +01:00
parent 62ba01fc15
commit 85012f947a
3 changed files with 19 additions and 25 deletions

View File

@@ -107,6 +107,7 @@ extern crate htmlescape;
extern crate http as modhttp;
extern crate httparse;
extern crate language_tags;
extern crate lazycell;
extern crate mime;
extern crate mime_guess;
extern crate mio;