universal-android-debloater.../src
nozwock 44fe67fe6e
refactor: replaces drain_filter (unstable) -with retain (stable) (#458)
`drain_filter` was the only unstable feature used in the code. You can now build UAD with Rust Stable.
 
drain_filter is not going to be stabilized anytime soon. The retain method is actually perfectly fine for our usecase. It also operate in place. The benefit of drain_filter was that the inner closure can be mutable. We don't have a need for this.

Co-authored-by: w1nst0n <55300518+0x192@users.noreply.github.com>
2022-12-18 15:41:34 +00:00
..
core feat: warn the user when a work profile is detected (#450) 2022-12-17 16:24:56 +00:00
gui refactor: replaces drain_filter (unstable) -with retain (stable) (#458) 2022-12-18 15:41:34 +00:00
main.rs refactor: replaces drain_filter (unstable) -with retain (stable) (#458) 2022-12-18 15:41:34 +00:00