File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -48,3 +48,6 @@ required-features = ["history"]
48
48
[[example ]]
49
49
name = " completion"
50
50
required-features = [" completion" ]
51
+
52
+ [workspace .metadata .workspaces ]
53
+ no_individual_tags = true
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ impl Select<'_> {
73
73
self . default = val;
74
74
self
75
75
}
76
+
76
77
/// Sets an optional max length for a page.
77
78
///
78
79
/// Max length is disabled by None
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ impl Sort<'_> {
66
66
self . max_length = Some ( val + 2 ) ;
67
67
self
68
68
}
69
+
69
70
/// Add a single item to the selector.
70
71
pub fn item < T : ToString > ( & mut self , item : T ) -> & mut Self {
71
72
self . items . push ( item. to_string ( ) ) ;
You can’t perform that action at this time.
0 commit comments