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,5 +1,4 @@
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
use std::time::{Duration, Instant};
|
||||
|
||||
|
Reference in New Issue
Block a user