Fix the numbering of the tests

This commit is contained in:
LG3696 2020-05-05 10:08:02 +02:00 committed by GitHub
parent aab345794f
commit 707cfd1672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
// 1. Vec::new()
// 2. String::new()
// 3. BTreeMap::new()
// 3. BTreeSet::new()
// 4. BTreeSet::new()
#![feature(const_btree_new)]