brendan-duncan/archive

consider turning on the `avoid_dynamic_calls` lint

Opened this issue · 1 comments

Consider turning on the avoid_dynamic_calls lint. Having dynamic calls in a library can have code size implications on apps which consume the library - the compiler can't do as good a job wrt tree shaking.

Sounds good. This old library has a bunch of dynamics.