Skip to content

Commit a366d61

Browse files
committed
fix(string): reorder mbti to match moon info output
1 parent dc9a2f4 commit a366d61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

string/pkg.generated.mbti

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ pub struct Regex {
3434

3535
fn new(StringView) -> Regex raise
3636
}
37-
pub impl @debug.Debug for Regex
3837
pub fn Regex::capture(Self, String) -> Self
3938
pub fn Regex::execute(Self, StringView, last_index? : Int) -> MatchResult?
4039
pub fn Regex::find(Self, StringView) -> Iter[MatchResult]
@@ -46,6 +45,7 @@ pub fn Regex::string(StringView) -> Self
4645
pub fn Regex::unsafe_from_string(StringView) -> Self
4746
pub impl Add for Regex
4847
pub impl BitOr for Regex
48+
pub impl @debug.Debug for Regex
4949

5050
// Type aliases
5151
#deprecated

0 commit comments

Comments
 (0)