mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Remove allow(missing_copy_implementations) attributes.
This is now the default.
This commit is contained in:
parent
1f682d878d
commit
2755ed6c58
8 changed files with 0 additions and 12 deletions
|
@ -100,7 +100,6 @@ pub enum MediaType {
|
|||
Unknown,
|
||||
}
|
||||
|
||||
#[allow(missing_copy_implementations)]
|
||||
#[derive(Debug)]
|
||||
pub struct Device {
|
||||
pub media_type: MediaType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue