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
Whoa, did Rust just included size_of in the prelude? I wonder how to properly set up the lint in this case.
Could you replace "mem::size_of" by "size_of" locally?
I'm on nixOS where getting latest Rust is a bit of a pain.
caiiiycuk
added a commit
to caiiiycuk/vange-rs
that referenced
this issue
Aug 5, 2024
I trying to run tool for word -> obj conversion with following command:
Whenever I do this I have a lot of errors like this:
I understand that this is a lint error. I tried lot of ways to disable it, but nothing works for me. Please point me how to workaround this.
Last thing I tried that should work, but didn't:
The text was updated successfully, but these errors were encountered: