diff --git a/components/layout_2020/table/mod.rs b/components/layout_2020/table/mod.rs index b272819e2c3..470cf287f7d 100644 --- a/components/layout_2020/table/mod.rs +++ b/components/layout_2020/table/mod.rs @@ -1,6 +1,7 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ +#![allow(rustdoc::private_intra_doc_links)] //! # HTML Tables (╯°□°)╯︵ ┻━┻ //!