mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-09 15:19:11 +02:00
Cherry picking of lints from clippy::pedantic / clippy::nursery / clippy::unwrap_used / clippy::expect_used Notable changes : - consideration of all clippy::use-self lints - replaced sort() by unstable_sort() - use of map_or_else() when appropriate - replaced "".to_string() by String::new() - replaced collect() + len() by count() The code base now passes all the clippy::nursery lints --------- Co-authored-by: w1nst0n <w1nst0n@keemail.me>
10 lines
187 B
Markdown
10 lines
187 B
Markdown
---
|
|
name: Feature request
|
|
about: You want a new feature
|
|
title: ""
|
|
labels: enhancement
|
|
assignees: ""
|
|
---
|
|
|
|
**Describe the feature you want**
|
|
A clear description of what you want to happen.
|