aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTeddy Wing2021-06-06 19:01:16 +0200
committerTeddy Wing2021-06-06 19:01:16 +0200
commitdfc96955a7868d2ade02a2ac2228199d49c68399 (patch)
tree90fe03f33f6273e84f4de7053ca18932f3450393 /src
parent07c3c866bec1c56bb406d8de6d7a0620f7a9d25e (diff)
downloadreflectub-dfc96955a7868d2ade02a2ac2228199d49c68399.tar.bz2
github::Repo: Remove TODO
Don't see any reason to do this now.
Diffstat (limited to 'src')
-rw-r--r--src/github.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/github.rs b/src/github.rs
index ec1e869..37e7f60 100644
--- a/src/github.rs
+++ b/src/github.rs
@@ -29,7 +29,7 @@ pub struct Repo {
pub git_url: String,
pub default_branch: String,
pub size: u64,
- pub updated_at: String, // TODO: Maybe parse to date?
+ pub updated_at: String,
}
impl Repo {