Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 04e429e

Browse files
committed
Hide rustc_serialize deprecation warnings
1 parent 253d54b commit 04e429e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/copy/twitter.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![cfg_attr(feature = "lib-rustc-serialize", allow(deprecated))]
2+
13
#[cfg(feature = "serde")]
24
use serde::{Deserialize, Serialize};
35

0 commit comments

Comments
 (0)