Skip to content

Commit 97971fd

Browse files
committed
add an attribute
1 parent 8a61241 commit 97971fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bytes/view.mbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/// assert_eq!(bv[1], b'\x02')
2626
/// assert_eq!(bv[2], b'\x03')
2727
/// ```
28+
#builtin.valtype
2829
struct View {
2930
bytes : Bytes
3031
start : Int

0 commit comments

Comments
 (0)