-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress nightly lint emission in Clippy
- Loading branch information
Showing
5 changed files
with
141 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// This file was generated by `cargo dev update_lints`. | ||
// Use that command to update this file and do not edit by hand. | ||
// Manual edits will be overwritten. | ||
|
||
clippy_utils::nightly::set_nightly_lints([ | ||
#[cfg(feature = "internal")] | ||
LintId::of(utils::internal_lints::FOREVER_NIGHTLY_LINT), | ||
LintId::of(transmute::TRANSMUTE_UNDEFINED_REPR), | ||
LintId::of(borrow_as_ptr::BORROW_AS_PTR), | ||
LintId::of(manual_bits::MANUAL_BITS), | ||
LintId::of(default_union_representation::DEFAULT_UNION_REPRESENTATION), | ||
]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters