Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Original warning: ``` warning: unnecessary braces around block return value --> src/filter/size.rs:5:39 | 5 | static ref SIZE_CAPTURES: Regex = { Regex::new(r"(?i)^([+-])(\d+)(b|[kmgt]i?b?)$").unwrap() }; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces | = note: `#[warn(unused_braces)]` on by default warning: 1 warning emitted ```
- Loading branch information