diff options
author | Teddy Wing | 2021-06-06 19:01:16 +0200 |
---|---|---|
committer | Teddy Wing | 2021-06-06 19:01:16 +0200 |
commit | dfc96955a7868d2ade02a2ac2228199d49c68399 (patch) | |
tree | 90fe03f33f6273e84f4de7053ca18932f3450393 /src/github.rs | |
parent | 07c3c866bec1c56bb406d8de6d7a0620f7a9d25e (diff) | |
download | reflectub-dfc96955a7868d2ade02a2ac2228199d49c68399.tar.bz2 |
github::Repo: Remove TODO
Don't see any reason to do this now.
Diffstat (limited to 'src/github.rs')
-rw-r--r-- | src/github.rs | 2 |
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 { |