memoryruins

Results 27 comments of memoryruins

@jonasbb I understand what you mean with weak features now. I'll see if I can find anything mentioned in the past. > This issue is not comparable to platform dependent...

@Sytten > The issue with platforms should be be a separate issue Indeed, I linked to those earlier in https://github.com/rust-lang/cargo/issues/10801#issuecomment-1320376112 so that related discussion can move there.

[`clippy::let_underscore_lock`](https://rust-lang.github.io/rust-clippy/master/#let_underscore_lock) exists and is enabled by default, but it is special cased to specific locks so it doesn't catch much. Two other lints are [`let_underscore_drop`](https://rust-lang.github.io/rust-clippy/master/#let_underscore_drop) lint (in pedantic group) and...

Discovered drone today: https://github.com/drone-os https://docs.rs/drone/0.6.0/drone/

> Bonus: put the constant at the top of the file, after any use statements. Since local const items are sometimes used, maybe it should extract to a local const...

> Does const { } differ from normal block expressions, however? `const {}` does not inherit the same scopes as block expressions do. > Everyone's going to call it a...

I was not responding to the idea of using constexpr unproductive, and I mentioned that the comparison to it can still be useful. I specifically referred to describing current naming...