diff options
author | iximeow <me@iximeow.net> | 2017-10-02 02:33:05 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2017-10-02 02:33:05 -0700 |
commit | f272a41cf8c4a550e3a4352c478579974a5f4d91 (patch) | |
tree | ef6252e94e2bb0a2d3b7740ba42219485ce8186e /src/tw | |
parent | 8114e1ae5dcca506e1687b17c846b75a3f0257a8 (diff) |
support showing whole threads
Diffstat (limited to 'src/tw')
-rw-r--r-- | src/tw/tweet.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tw/tweet.rs b/src/tw/tweet.rs index aa272d6..72802ca 100644 --- a/src/tw/tweet.rs +++ b/src/tw/tweet.rs @@ -2,7 +2,7 @@ extern crate serde_json; use tw::user::User; -#[derive(Debug, Serialize, Deserialize)] +#[derive(Debug, Serialize, Deserialize, Clone)] pub struct Tweet { pub id: String, pub author_id: String, |