summaryrefslogtreecommitdiff
path: root/ext/timers/lib.rs
AgeCommit message (Collapse)Author
2021-10-05chore: various op cleanup (#12329)Leo K
2021-10-04chore: remove No*Permissions structs (#12316)Luca Casonato
These are confusing. They say they are "for users that don't care about permissions", but that isn't correct. `NoTimersPermissions` disables permissions instead of enabling them. I would argue that implementors should decide what permissions they want themselves, and not take our opinionated permissions struct.
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl