You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the Impl and Methods metrics are accurate.
The Expressions are probably too high since tests and examples are included, but the "unsafe" string literals and comments are not included. cargo-geiger make use of the same crate, syn, for parsing .rs files.
It looks like syn is particularly tricky. Looking at https://github.com/dtolnay/syn/search?p=1&q=unsafe&unscoped_q=unsafe I think there should be fewer real uses of unsafe:
The text was updated successfully, but these errors were encountered: