Omid Rad

Results 159 comments of Omid Rad

yep, nightly will return a few more. Some might be false negative. For example: `cargo +nightly clippy --fix --allow-dirty --allow-staged --all-features --all-targets -- -W clippy::all -W clippy::pedantic -W clippy::cargo`

@ovnicraft I copy pasted the code and have my own logic! 🤷🏻

I also faced this issue... In my case, I have multiple arrays and hashmaps as properties of the struct. And there should be at least one element in any of...

Is it possible to bypass it similar to this? ```rust #[derive(garde::Validate)] struct X { #[garde(custom(at_least_1(&self)))] a: Vec, b: Vec, c: Vec, } fn at_least_1(_self: &X) -> impl FnOnce(&X, &()) ->...

Thanks a lot 🙏🏼 That's better than manually writing a validation function and call two validation methods.

I forked this project and implemented moka there: https://crates.io/crates/kash

I forked this project and implemented them there: https://crates.io/crates/kash

@gerald-pinder-omnicell I forked this project and `where` works there: https://crates.io/crates/kash

What's the use case of `sync_writes` then? I mean, why not to always lock by keys?

Thanks for clarification. I'm not a maintainer, but just to give some feedbacks, I'll add my suggestions to the PR.