Open
Description
I tried building for release and saw errors. Lots of warnings, so I filter those out with:
RUSTFLAGS="-A warnings" cargo build --release
Just glancing at them, they don't look scary. Making an issue so I don't forget. At first I thought it might just be a dependency crate missing from the manifest, but don't think that's it:
So I'm guessing earlier in development there was a wrapping module, like:
mod near_indexer {
// lotta stuff…
}
but not positive. Will be easy to work through on next meeting. I'd be down to go through and fix these errors, since it seems to help me formulate a mental landscape. After doing little tasks like this, I can be like, "oh wait, wasn't there a function I saw that…" Hands-on learning, like it's always been.
Metadata
Metadata
Assignees
Labels
No labels