File tree Expand file tree Collapse file tree 9 files changed +4
-97
lines changed
Expand file tree Collapse file tree 9 files changed +4
-97
lines changed Original file line number Diff line number Diff line change @@ -237,14 +237,6 @@ impl PredicateStyle {
237237 show_scrut_access : true ,
238238 } ,
239239 ) ,
240- (
241- "Stateless" ,
242- PredicateStyle :: Sequent {
243- ty : TypeOfInterest :: UserVisible ,
244- show_reference_state : false ,
245- show_scrut_access : false ,
246- } ,
247- ) ,
248240 ] ;
249241
250242 pub fn to_name ( & self ) -> Option < & str > {
Original file line number Diff line number Diff line change @@ -49,18 +49,10 @@ impl CliState {
4949 name : "Sequent" ,
5050 doc : "TODO" ,
5151 } ,
52- OptionValue {
53- name : "BindingMode" ,
54- doc : "TODO" ,
55- } ,
5652 OptionValue {
5753 name : "SequentBindingMode" ,
5854 doc : "TODO" ,
5955 } ,
60- OptionValue {
61- name : "Stateless" ,
62- doc : "TODO" ,
63- } ,
6456 ] ,
6557 doc : "the style of the typing predicate; not all rulesets can be expressed in all styles, \
6658 only `Expression` is compatible with all rulesets",
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Options are:
2525 How to handle a ` mut x` binding on an inherited reference
2626- simplify_deref_mut : false | true
2727 Whether to simplify ` *& mut expr` , which removes some borrow errors
28- - predicate_style : Expression | Sequent | BindingMode | SequentBindingMode | Stateless
28+ - predicate_style : Expression | Sequent | SequentBindingMode
2929 the style of the typing predicate ; not all rulesets can be expressed in all styles , only ` Expression` is compatible with all rulesets
3030
3131There also exist some predefined option - bundles . Activate one with ` set <bundle >`
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Options are:
2525 How to handle a ` mut x` binding on an inherited reference
2626- simplify_deref_mut : false | true
2727 Whether to simplify ` *& mut expr` , which removes some borrow errors
28- - predicate_style : Expression | Sequent | BindingMode | SequentBindingMode | Stateless
28+ - predicate_style : Expression | Sequent | SequentBindingMode
2929 the style of the typing predicate ; not all rulesets can be expressed in all styles , only ` Expression` is compatible with all rulesets
3030
3131There also exist some predefined option - bundles . Activate one with ` set <bundle >`
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Options are:
2525 How to handle a ` mut x` binding on an inherited reference
2626- simplify_deref_mut : false | true
2727 Whether to simplify ` *& mut expr` , which removes some borrow errors
28- - predicate_style : Expression | Sequent | BindingMode | SequentBindingMode | Stateless
28+ - predicate_style : Expression | Sequent | SequentBindingMode
2929 the style of the typing predicate ; not all rulesets can be expressed in all styles , only ` Expression` is compatible with all rulesets
3030
3131There also exist some predefined option - bundles . Activate one with ` set <bundle >`
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Options are:
2626 How to handle a ` mut x` binding on an inherited reference
2727- simplify_deref_mut : false | true
2828 Whether to simplify ` *& mut expr` , which removes some borrow errors
29- - predicate_style : Expression | Sequent | BindingMode | SequentBindingMode | Stateless
29+ - predicate_style : Expression | Sequent | SequentBindingMode
3030 the style of the typing predicate ; not all rulesets can be expressed in all styles , only ` Expression` is compatible with all rulesets
3131
3232There also exist some predefined option - bundles . Activate one with ` set <bundle >`
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ fn trace_cli() -> anyhow::Result<()> {
2323 "set rfc3627\n set predicate_style SequentBindingMode\n rules" ,
2424 "save\n set downgrade_mut_inside_shared true\n swap\n compare" ,
2525 "save\n set structural\n swap\n rules" ,
26- "set predicate_style Stateless" ,
2726 "set stable_rust\n [&x]: &[AT]" ,
2827 "&ap: &T" ,
2928 "set predicate_style SequentBindingMode" ,
You can’t perform that action at this time.
0 commit comments