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
I think it may not be respecting the required-features = ["cli"] line in Cargo.toml, but any case I would expect --lib not to count the lines of unsafe in src/main.rs.
The text was updated successfully, but these errors were encountered:
Hey I'm new to these repos, but I had trouble reproducing this bug.
HEAD (fcbb9592de0104e7fe6b9a580839f360a2fddbc8) of tree_magic master is not building, so I checked out e267314, and ran cargo geiger --features=cli, but i did not see the can't find crate error you got above.
I want to run
cargo geiger
on thetree_magic
library. However, geiger tries to run on the binary as well, leading to a compile error:I think it may not be respecting the
required-features = ["cli"]
line in Cargo.toml, but any case I would expect--lib
not to count the lines ofunsafe
insrc/main.rs
.The text was updated successfully, but these errors were encountered: