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
common.rs
rust-analyzer
Ctrl+S
common
I was trying to make a simple patch into common.rs, and clippy recompilation delays made it quite challenging.
clippy
Thanks :)
The text was updated successfully, but these errors were encountered:
@fadeevab common.rs is a pile of ugly hacks that we have to decouple into dedicated crates. We have started to work on it here: https://github.com/akorchyn/near-api
Sorry, something went wrong.
No branches or pull requests
Reasons / Why
common.rs
is ~2600 lines long, it's pretty huge.3 thousand light years10+ seconds forrust-analyzer
to recompile it at every change (Ctrl+S
)... on my average laptop.common
name is too... common.I was trying to make a simple patch into
common.rs
, andclippy
recompilation delays made it quite challenging.Thanks :)
The text was updated successfully, but these errors were encountered: