diff options
| author | DPC <dylan.dpc@gmail.com> | 2020-08-14 01:28:04 +0200 |
|---|---|---|
| committer | DPC <dylan.dpc@gmail.com> | 2020-08-14 01:28:04 +0200 |
| commit | fdc2d1f49906752585177e99b8bc285d796e4b3e (patch) | |
| tree | d04e54402dc0d1bb218d1824a1ba05723ad73913 | |
| parent | db34e352a7983bf5a4584e93e54362ef45b70b58 (diff) | |
| download | rust-fdc2d1f49906752585177e99b8bc285d796e4b3e.tar.gz rust-fdc2d1f49906752585177e99b8bc285d796e4b3e.zip | |
add missing newline
| -rw-r--r-- | library/alloc/src/sync/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/alloc/src/sync/tests.rs b/library/alloc/src/sync/tests.rs index 15fd1923581..d2517171606 100644 --- a/library/alloc/src/sync/tests.rs +++ b/library/alloc/src/sync/tests.rs @@ -558,4 +558,4 @@ fn test_arc_cyclic_two_refs() { assert_eq!(Arc::strong_count(&two_refs), 3); assert_eq!(Arc::weak_count(&two_refs), 2); -} \ No newline at end of file +} |
