stickeritis / sticker

Succeeded by SyntaxDot: https://github.com/tensordot/syntaxdot
Other
25 stars 2 forks source link

Make `max_len` an Option. #156

Closed twuebi closed 4 years ago

twuebi commented 4 years ago

https://github.com/stickeritis/sticker/pull/142#discussion_r339971594

Before, setting max_len to usize::max disabled length filtering. Now max_len is optional, where None means no filtering.