tisonkun commented on PR #33:
URL: https://github.com/apache/datasketches-rust/pull/33#issuecomment-3678380367

   > However, I eventually came to realize that developing with the nightly 
toolchain is not a pleasant experience.
   
   `rustfmt` seldom changes, and `clippy` typically adds new rules we'd expect 
to evaluate from time to time. Surely another perspective is to move upstream 
to stabilize more rules, but I think part of the bad experience is because not 
all contributors share the same setup? This can be resolved by a dev tool that 
developers can apply a oneline formatting with `cargo x lint --fix` while 
internally the xtask use `cargo +nightly ...`.
   
   Is it helpful? Or you're facing other different challenges.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to