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 unused var which trigger scarb warnings #35

Merged
merged 1 commit into from
May 14, 2024

Conversation

bal7hazar
Copy link
Contributor

Minor modification to remove an unused variable which triggers the following scarb warning on projects that use cubit as dependancy:

warning: Unused variable. Consider ignoring by prefixing with `_`.
 --> /Users/.../Library/Caches/com.swmansion.scarb/registry/git/checkouts/cubit-k9rijvovof89o/09cb8c2/src/f64/math/trig.cairo:453:13
        let pi = FixedTrait::new(PI, false);
            ^^

@bal7hazar
Copy link
Contributor Author

@clexmond

@clexmond clexmond merged commit 8eacc2b into influenceth:main May 14, 2024
1 check passed
@bal7hazar bal7hazar deleted the fix/unused-var branch May 14, 2024 13:52
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.

2 participants