Skip to content

Commit a99aa6c

Browse files
committed
---
yaml --- r: 133714 b: refs/heads/try c: 7ccab3a h: refs/heads/master v: v3
1 parent 92b60fd commit a99aa6c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 0e784e16840e8a0c623cc6166de26da9334db3d6
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 828e075abd8ee2f8c16f6cb1b93c0d99307e704d
5-
refs/heads/try: 79427f0bc0fff258eae966aa1db5abc089a88aa0
5+
refs/heads/try: 7ccab3ae8aeb1b0d7002187990aaa56b1ff03d28
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libcollections/vec.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2302,6 +2302,7 @@ mod tests {
23022302
assert_eq!(vec.as_ptr(), ptr);
23032303
assert_eq!(vec.capacity(), 7);
23042304
assert_eq!(vec.len(), 0);
2305+
}
23052306

23062307
#[test]
23072308
#[should_fail]

0 commit comments

Comments
 (0)