We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37ccef commit 337f387Copy full SHA for 337f387
src/rulesets/ty_based.rs
@@ -548,6 +548,15 @@ pub static KNOWN_TY_BASED_BUNDLES: &[BundleDoc<RuleOptions>] = &[
548
ruleset: RuleOptions::RFC3627_2021,
549
doc: "The accepted RFC3627 behavior under edition 2021",
550
},
551
+ BundleDoc {
552
+ name: "rfc3627_2021_always_eat_both",
553
+ ruleset: RuleOptions {
554
+ fallback_to_outer: FallbackToOuterBehavior::EatBoth,
555
+ ..RuleOptions::RFC3627_2021
556
+ },
557
+ doc: "Variant of `rfc3627_2021` proposed by @dianne that always \
558
+ eats two layers of references.",
559
560
BundleDoc {
561
name: "rfc3627_2024_min",
562
ruleset: RuleOptions::ERGO2024_BREAKING_ONLY,
0 commit comments