File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
crates/ide-db/src/generated Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -3789,35 +3789,6 @@ The tracking issue for this feature is: [#64797]
37893789[#64797]: https://github.com/rust-lang/rust/issues/64797
37903790
37913791------------------------
3792- "##,
3793- default_severity: Severity::Allow,
3794- warn_since: None,
3795- deny_since: None,
3796- },
3797- Lint {
3798- label: "cfg_boolean_literals",
3799- description: r##"# `cfg_boolean_literals`
3800-
3801- The tracking issue for this feature is: [#131204]
3802-
3803- [#131204]: https://github.com/rust-lang/rust/issues/131204
3804-
3805- ------------------------
3806-
3807- The `cfg_boolean_literals` feature makes it possible to use the `true`/`false`
3808- literal as cfg predicate. They always evaluate to true/false respectively.
3809-
3810- ## Examples
3811-
3812- ```rust
3813- #![feature(cfg_boolean_literals)]
3814-
3815- #[cfg(true)]
3816- const A: i32 = 5;
3817-
3818- #[cfg(all(false))]
3819- const A: i32 = 58 * 89;
3820- ```
38213792"##,
38223793 default_severity: Severity::Allow,
38233794 warn_since: None,
You can’t perform that action at this time.
0 commit comments