mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -878,7 +878,6 @@ pub mod computed {
|
|||
use url::Url;
|
||||
use util::geometry::Au;
|
||||
|
||||
#[allow(missing_copy_implementations)] // It’s kinda big
|
||||
pub struct Context {
|
||||
pub inherited_font_weight: longhands::font_weight::computed_value::T,
|
||||
pub inherited_font_size: longhands::font_size::computed_value::T,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue