diff options
author | Andy Wortman <ixineeringeverywhere@gmail.com> | 2017-10-02 02:33:05 -0700 |
---|---|---|
committer | Andy Wortman <ixineeringeverywhere@gmail.com> | 2017-10-02 02:33:05 -0700 |
commit | e6a43f3d79ded5d284c42239cca77214f177f63e (patch) | |
tree | ef6252e94e2bb0a2d3b7740ba42219485ce8186e /src/tw | |
parent | fe80b29ca03ed5e4462800804f33ecc00e1f880f (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, |