diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-11-12 11:19:24 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-11-17 09:52:52 +0100 |
commit | fcada8a71e3f1608617331bfa1e5e5df75dbc4e1 (patch) | |
tree | 088605828446629d20edb034f2a3af7d8f81beb3 | |
parent | 679fb369241d3899997e53df873b722e519c28e9 (diff) | |
download | servo-fcada8a71e3f1608617331bfa1e5e5df75dbc4e1.tar.gz servo-fcada8a71e3f1608617331bfa1e5e5df75dbc4e1.zip |
style: Remove outdated comment.
-rw-r--r-- | components/style/values/specified/box.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/style/values/specified/box.rs b/components/style/values/specified/box.rs index a5761d3f9b2..b8e38da37a7 100644 --- a/components/style/values/specified/box.rs +++ b/components/style/values/specified/box.rs @@ -52,9 +52,6 @@ fn moz_box_display_values_enabled(context: &ParserContext) -> bool { /// If you change it, make sure to take a look at the /// FrameConstructionDataByDisplay stuff (both the XUL and non-XUL version), and /// ensure it's still correct! -/// -/// Also, when you change this from Gecko you may need to regenerate the -/// C++-side bindings (see components/style/cbindgen.toml). #[allow(missing_docs)] #[derive( Clone, |