Remove use of rand
for permission editor #6
Labels
No Label
art
big
blocked
bug
crash report
disputed
documentation
duplicate
feature request
good first issue
packaging
question
security
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Projects/mysqladm-rs#6
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The permission editor currently uses random values to demonstrate how you can set permission values.
This does (probably) not really improve the users understanding of the editor as much as I initially thought, and it's the only place where we depend on the
rand
crate. It would be better to replace this with a well thought out, concise comment on the top of the editor.