Merge 9894f660fc
into cdd8e19716
This commit is contained in:
commit
914f388fd4
|
@ -102,6 +102,7 @@ mod tests {
|
||||||
map.insert(String::from("arc1"), Some);
|
map.insert(String::from("arc1"), Some);
|
||||||
map.insert(String::from("as_ref_mut"), None);
|
map.insert(String::from("as_ref_mut"), None);
|
||||||
map.insert(String::from("from_str"), None);
|
map.insert(String::from("from_str"), None);
|
||||||
|
map.insert(String::from("using_as"), None);
|
||||||
|
|
||||||
map
|
map
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue