Remove some AsRef<str> (#3354)

Using &str instead of AsRef is better for compile times, binary size and code complexity.
This commit is contained in:
Hocuri
2022-05-23 12:57:50 +02:00
committed by GitHub
parent 9c41f0fdb9
commit 9549aca48b
10 changed files with 25 additions and 36 deletions

View File

@@ -2,6 +2,9 @@
## Unreleased
### Changes
- refactorings #3354
### Fixes
- do not unnecessarily SELECT folders if there are no operations planned on
them #3333