This commit is contained in:
Dominykas Djačenko 2021-07-06 16:26:10 +09:00 committed by GitHub
commit 914f388fd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,6 +102,7 @@ mod tests {
map.insert(String::from("arc1"), Some);
map.insert(String::from("as_ref_mut"), None);
map.insert(String::from("from_str"), None);
map.insert(String::from("using_as"), None);
map
}