servo/components/layout_2020/flexbox
Joshua Holmes c909c64378
Fix typing issues in flex layout (#30784)
* Use `Option` instead of `Result` when passing optional values into vector

Also renames vector and adds comment for clarity, just in case that's helpful

Signed-off-by: Joshua Holmes <joshua.phillip.holmes@gmail.com>

* Replace use of Option with new enum, , when seperating flex content

Signed-off-by: Joshua Holmes <joshua.phillip.holmes@gmail.com>

* Move global  function body into the  method

Signed-off-by: Joshua Holmes <joshua.phillip.holmes@gmail.com>

---------

Signed-off-by: Joshua Holmes <joshua.phillip.holmes@gmail.com>
2023-12-04 10:02:07 +00:00
..
construct.rs Anonymous boxes that wrap inlines should not inherit overflow (#30579) 2023-10-19 13:43:55 +00:00
geom.rs Use Au instead of Length in flexbox code (#30704) 2023-11-08 14:23:43 +00:00
layout.rs Fix typing issues in flex layout (#30784) 2023-12-04 10:02:07 +00:00
mod.rs remove extern crate (#30311) 2023-09-08 12:11:31 +00:00