Skip to content

Commit b90915f

Browse files
Add missing flag
1 parent e7a18c9 commit b90915f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_staticvec.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
const_trait_impl,
88
exact_size_is_empty,
99
generic_const_exprs,
10-
read_buf
10+
read_buf,
11+
trusted_random_access
1112
)]
1213

1314
// In case you're wondering why there's extensive use of "StaticVecs that contain boxed items"

0 commit comments

Comments
 (0)