Julien Cretin
Julien Cretin
Thanks for the investigation. Then I would be in favor of replicating rustfmt's behavior and ignoring LSP parameters in favor of whatever the configuration file says (or its default value...
Same question as https://github.com/rust-lang/rust/issues/109736#issuecomment-1605787094 which didn't seem to get an answer. How come `LazyCell` doesn't implement `DerefMut`?
Thanks @matklad ! Good to know the feature makes sense and it's only a question of time and resource. I was also afraid it would be an incorrect feature (either...
I see. So in the end it was actually a purpose mismatch (which is probably why it's called `cell::LazyCell` instead of `lazy::Lazy`). But I would argue that `Option` is not...
Actually found out about https://github.com/rust-lang/rust/issues/92565, https://github.com/rust-lang/rfcs/pull/3200, and in particular https://github.com/rust-lang/rust/issues/55904, which may be solving my problem in a different way.
There's the same issue with `PartialOrd` and `clippy::incorrect_partial_ord_impl_on_ord_type`.
As a workaround, here's a simple `run.sh` script that will round-robin through all targets listed in `targets.txt` (it is created with the list of all targets if it does not...
@Darksonn you seem to be the most active reviewer on this crate based on the latest commits. Could you provide some light regarding the status of this PR? What is...
> Taking new dependencies is always complicated. It raises various questions about to what extent we lock ourselves in for the future, what effect it has on MSRV and so...
Should a new PR be opened? Possibly with a smaller diff such that it's easier to review?