hackerman icon indicating copy to clipboard operation
hackerman copied to clipboard

TODO: no need to specify `default-features = false` when `default` feature is not defined

Open pacak opened this issue 3 years ago • 0 comments

Currently for bpaf hackerman generates this but there's no default in bpaf

bpaf = { version = "0.4.3", features = ["derive"], default-features = false }

pacak avatar May 19 '22 01:05 pacak