Remove rustdocs allowances (#2797)

Closes https://github.com/paritytech/polkadot-sdk-docs/issues/65
This commit is contained in:
Juan Girini
2023-12-24 09:03:37 +01:00
committed by GitHub
parent 8acd63003c
commit b4c816665b
8 changed files with 11 additions and 13 deletions
@@ -20,4 +20,4 @@
//! - how to write benchmarks, how you must think of worst case.
//! - how to run benchmarks.
//!
//! - https://www.shawntabrizi.com/substrate/substrate-storage-deep-dive/
//! - <https://www.shawntabrizi.com/substrate/substrate-storage-deep-dive/>
@@ -5,4 +5,4 @@
//! - History, `Currency` trait.
//! - `Hold` and `Freeze` with diagram.
//! - `HoldReason` and `FreezeReason`
//! - This footgun: https://github.com/paritytech/polkadot-sdk/pull/1900#discussion_r1363783609
//! - This footgun: <https://github.com/paritytech/polkadot-sdk/pull/1900#discussion_r1363783609>
+2 -2
View File
@@ -3,5 +3,5 @@
//!
//! Notes: should contain only high level information about light clients, then link to how to set
//! it up in PAPI and SubXT
//! https://docs.substrate.io/learn/light-clients-in-substrate-connect/
//! https://github.com/substrate-developer-hub/substrate-front-end-template/pull/277
//! <https://docs.substrate.io/learn/light-clients-in-substrate-connect/>
//! <https://github.com/substrate-developer-hub/substrate-front-end-template/pull/277>