Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning with cargo build #4

Closed
jodjo86 opened this issue Dec 15, 2022 · 2 comments
Closed

Warning with cargo build #4

jodjo86 opened this issue Dec 15, 2022 · 2 comments

Comments

@jodjo86
Copy link

jodjo86 commented Dec 15, 2022

Hi,

Great tool. I receive this warning with cargo build. The tool still works well.

warning: function `phred_gm` is never used
  --> src/modules.rs:87:8
   |
87 | pub fn phred_gm(q: &[u8]) -> f64 {
   |        ^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default
@angelovangel
Copy link
Owner

Hi, this is ok, I have experimented with a function that is not used in the release build...

@jodjo86
Copy link
Author

jodjo86 commented Dec 23, 2022

Great, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants