rustdoc: fix warnings in components/layout_2020/table (#31738)

* fix: fixed rustdoc warnings caused by private intra-doc links

* fix: fixed private link warning by allowing private intra doc links
This commit is contained in:
Azhar Ismagulova 2024-03-19 14:51:28 +00:00 committed by GitHub
parent f175679434
commit d0fcbb0898
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 (╯°□°)╯︵ ┻━┻
//!