Skip to content

Commit 6f2117c

Browse files
committed
fix int type usage
1 parent 3cb9afd commit 6f2117c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/snippets.mbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ let mbt_variable : String =
77

88
///|
99
let rs_variable : String =
10-
#| let mut my_variable: usize = 42;
10+
#| let mut my_variable: i32 = 42;
1111
#| my_variable = 50;
1212
#|
13-
#| let my_constant: usize = 42:
13+
#| let my_constant: i32 = 42;
1414

1515
///|
1616
let mbt_explict_type : String =

0 commit comments

Comments
 (0)