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

Remove Warning on Compile #39

Closed
wants to merge 1 commit into from
Closed

Conversation

Byteron
Copy link
Contributor

@Byteron Byteron commented Jul 2, 2022

I'm not sure if this is necessary, but this PR removes the warning that is currently emitted when compiling.

@zicklag
Copy link
Member

zicklag commented Jul 2, 2022

I ran into this same warning and realized it was because the Attack import is used when running with the debug feature. I fixed it as a part of #38 by just using the full path to attack so that we don't need the use statement.

@odecay
Copy link
Collaborator

odecay commented Jul 2, 2022

just using the full path to attack so that we don't need the use statement.

this is my prefered way of fixing, closing

@odecay odecay closed this Jul 2, 2022
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

Successfully merging this pull request may close these issues.

3 participants