| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Thanks @francis-du! It looks like there is a Clippy issue on all of these PRs. |
Sorry, something went wrong.
|
There are clippy failures like this - not related to your changes: 4 | default_catalog: &str, | ^ help: if you would like to reborrow, try removing `&*`: `&` I saw these recently on another project. We probably need to switch to using String instead of &str in pyo3 methods. Not sure why we are suddenly seeing this now though. |
Sorry, something went wrong.
|
This is a new lint in release 1.63.0 I will reopen a new PR to fix this issue |
Sorry, something went wrong.
|
@francis-du could you merge latest from master on these PRs? I fixed the clippy issue |
Sorry, something went wrong.
OK 👌 |
Sorry, something went wrong.
|
Looks like a linting issue |
Sorry, something went wrong.
It has been fixed, please review |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Close #29