mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +01:00
Remove some references to layout 2013 vs layout 2020 (#37007)
We no longer have both layout systems. Testing: not needed (no behavior change) Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
a24fce3ae7
commit
1499e2a874
4 changed files with 2 additions and 6 deletions
|
@ -736,7 +736,7 @@ fn print_debug_options_usage(app: &str) {
|
|||
);
|
||||
print_option(
|
||||
"dump-flow-tree",
|
||||
"Print the flow tree (Layout 2013) or fragment tree (Layout 2020) after each layout.",
|
||||
"Print the fragment tree after each layout.",
|
||||
);
|
||||
print_option(
|
||||
"dump-rule-tree",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue