| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command. You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file. Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. ❤️ ShareComment @coderabbitai help to get the list of available commands and usage tips. |
Sorry, something went wrong.
|
Code has been automatically formatted The code in this PR has been formatted using:
git pull origin disallow-warnings |
Sorry, something went wrong.
| #[pyarg(positional, default)] | ||
| #[pystruct_sequence(unnamed)] | ||
| pub st_mtime_int: libc::time_t, | ||
| #[cfg_attr(target_env = "musl", allow(deprecated))] |
There was a problem hiding this comment.
No matter what I do, the deprecation warning still shows. @youknowone I believe we have a bug related to #[cfg_attr(...)] with #[pystruct_sequence(...)] (and possibly related to when used with #[pyarg(...)])
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
ATM build on android yield an "unused import" warning. This PR aims to make sure warnings like this don't appear from time to time