mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
export boxedness of types from longhand_properties_idents
The only piece of information about longhand SpecifiedValue types that we don't have outside of the properties module is whether the types are boxed or not. Provide that information in the longhand_properties_idents macro so we can move test_size_of_specified_values outside of the properties module.
This commit is contained in:
parent
b35791f86f
commit
e962ac365b
2 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,7 @@ pub mod gecko_properties {
|
|||
}
|
||||
|
||||
macro_rules! reexport_computed_values {
|
||||
( $( $name: ident )+ ) => {
|
||||
( $( { $name: ident, $boxed: expr } )+ ) => {
|
||||
/// Types for [computed values][computed].
|
||||
///
|
||||
/// [computed]: https://drafts.csswg.org/css-cascade/#computed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue