dylni
dylni
MSRV
Hello nvzqz! Does this crate have a MSRV (minimum supported rust version)? This crate would be useful to integrate into [normpath](https://crates.io/crates/normpath), but it will be difficult without a MSRV. Also,...
I tried this code: ```rust use std::process::Command; fn main() { println!( "{:?}", Command::new("printenv") .arg("foo") .env("foo=bar", "baz") .output() ); } ``` https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=f3e035599c38c2bea88c8331a0b94da1 I expected to see this happen: an error that...
### Crate name attr_alias ### Build failure link https://docs.rs/crate/attr_alias/0.1.0/builds/1075851 ### Additional details The build did not fail, but this still appeared to be the best template, as the build did...
Update `unnecessary_lazy_evaluations` to allow closures for trivial functions according to the developer's preference. The current list of trivial functions is `is_empty`, `len`, and `as_*`. This list cannot be updated without...