Skip to content

Commit 6468121

Browse files
committed
tutorial: Remove mutable vector syntax
1 parent e0f9f89 commit 6468121

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/tutorial.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ while N should be a literal number):
329329

330330
------------------------- -----------------------------------------------
331331
`[T * N]` Vector (like an array in other languages) with N elements
332-
`[mut T * N]` Mutable vector with N elements
333332
`(T1, T2)` Tuple type; any arity above 1 is supported
334333
`&T`, `~T`, `@T` [Pointer types](#boxes-and-pointers)
335334
------------------------- -----------------------------------------------

0 commit comments

Comments
 (0)