diff options
-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, |