Skip to content

Commit

Permalink
tests: Update comment in lint test
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jun 1, 2024
1 parent 068c3bb commit 5bef3c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/lint/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
rust_2021_compatibility,
rust_2024_compatibility
)]
// lints forbidden as a part of future_incompatible, rust_2018_compatibility, and rust_2021_compatibility are not included in the list below.
// lints forbidden as a part of future_incompatible, rust_2018_compatibility, rust_2021_compatibility, rust_2024_compatibility are not included in the list below.
// elided_lifetimes_in_paths, explicit_outlives_requirements, unused_extern_crates: as a part of rust_2018_idioms
// unsafe_op_in_unsafe_fn: requires Rust 1.52. and, we don't generate unsafe fn.
// non_exhaustive_omitted_patterns, multiple_supertrait_upcastable: unstable
// unstable_features: no way to generate #![feature(..)] by macros, expect for unstable inner attribute. and this lint is deprecated: https://doc.rust-lang.org/rustc/lints/listing/allowed-by-default.html#unstable-features
// unused_crate_dependencies, must_not_suspend: unrelated
Expand Down

0 comments on commit 5bef3c0

Please sign in to comment.