diff options
Diffstat (limited to 'src')
-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 |