We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The code in floyd_warshall.rs is only used in tests at the moment.
The text was updated successfully, but these errors were encountered:
Then you can add #[cfg(test)] to only compile it when running tests.
#[cfg(test)]
Sorry, something went wrong.
Where exactly do I need to put #[cfg(test)] ? Did you try it ?
I will give it a try if it works I'll make a PR.
Successfully merging a pull request may close this issue.
The code in floyd_warshall.rs is only used in tests at the moment.
The text was updated successfully, but these errors were encountered: