Remove allow(missing_copy_implementations) attributes.

This is now the default.
This commit is contained in:
Ms2ger 2015-03-23 10:49:44 +01:00
parent 1f682d878d
commit 2755ed6c58
8 changed files with 0 additions and 12 deletions

View file

@ -100,7 +100,6 @@ pub enum MediaType {
Unknown,
}
#[allow(missing_copy_implementations)]
#[derive(Debug)]
pub struct Device {
pub media_type: MediaType,