-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Rust toolchain #8452
Bump Rust toolchain #8452
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't know about inspect
it's nice ✨
unexpected_cfgs = { level = "warn", check-cfg = [ | ||
'cfg(use_pure_rust_but_dirty_zstd)', | ||
'cfg(skip_fuse_atime_option)', | ||
] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't quite get what this setting does ? It warns if any of these feature is used ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's to "register" our custom cfg, that also prevent some typo
387bc94
to
8da742a
Compare
No description provided.