diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2022-05-01 00:23:09 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2022-05-01 00:23:09 -0300 |
commit | f9f0bfb13ea9e7f0b0d14887a69961657befaab2 (patch) | |
tree | 1605c714b79b8193bba3ad0b0f423a84d0dc8145 | |
parent | 36da173309d18daf753cea113fdad1baf8be51d4 (diff) |
NFC: Mark list_time as done
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs index ea0c8ae..d4e5d98 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -160,7 +160,7 @@ * -[x] hexchat_list_next * -[x] hexchat_list_str * -[x] hexchat_list_int - * -[ ] hexchat_list_time + * -[x] hexchat_list_time * -[x] ~~hexchat_list_free~~ not available - use Drop impls. * -[x] hexchat_hook_command * -[ ] hexchat_hook_fd |