mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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:
parent
f175679434
commit
d0fcbb0898
1 changed files with 1 additions and 0 deletions
|
@ -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 (╯°□°)╯︵ ┻━┻
|
||||
//!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue