fix missing test atrtibute from rebasing

This commit is contained in:
Rob Ede 2020-10-26 22:09:08 +00:00
parent 320fa713c6
commit 0bdc663e07
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ mod tests {
assert_eq!(extensions.get_mut(), Some(&mut 20u8)); assert_eq!(extensions.get_mut(), Some(&mut 20u8));
} }
#[test]
fn test_drain_from() { fn test_drain_from() {
let mut ext = Extensions::new(); let mut ext = Extensions::new();
ext.insert(2isize); ext.insert(2isize);