mirror of
https://github.com/actix/examples
synced 2025-06-29 02:10:36 +02:00
Remove serde_derive https://github.com/serde-rs/serde/issues/1441#issuecomment-445481084
This commit is contained in:
@ -1,6 +1,3 @@
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
|
||||
use actix::prelude::*;
|
||||
use std::str::FromStr;
|
||||
use std::time::Duration;
|
||||
|
Reference in New Issue
Block a user