changed the title
Closes #98
Converts the max_size argument in Storage::entries to an Option<u64>
Paul Woolcock and others added 6 commits
February 19, 2019 13:12
Changing the `max_size` parameter to an Option<u64> will break existing callers, so this commit changes max_size to be `Into<Option<u64>>` so existing callers will not need to change. It will, however, break implementers of the `Storage` trait, but I thought that was less common than calling the methods
pwoolcoc deleted the issue-98-convert-storage-entries-s-max-size-argument-to-option-u64 branch
February 27, 2019 18:14