mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Create a module for generics and make BorderRadiusSize generic
This commit is contained in:
parent
c5c6e8c442
commit
0249270f61
9 changed files with 91 additions and 74 deletions
|
@ -82,6 +82,7 @@ macro_rules! add_impls_for_keyword_enum {
|
|||
}
|
||||
|
||||
pub mod computed;
|
||||
pub mod generics;
|
||||
pub mod specified;
|
||||
|
||||
/// A CSS float value.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue