Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Replace type for owners field of the Config struct #31

Open
indiv0 opened this issue Dec 30, 2016 · 0 comments
Open

Replace type for owners field of the Config struct #31

indiv0 opened this issue Dec 30, 2016 · 0 comments

Comments

@indiv0
Copy link
Owner

indiv0 commented Dec 30, 2016

Currently the type is HashSet<u64>. This should be changed to HashSet<UserId> once UserId implements serde's Deserialize and Serialize. Additionally it should be investigated if HashSet is optimal to use here instead of Vec.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant