From 047b67344b2b4d71d7a327809e90b4415253886d Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Wed, 11 Dec 2024 03:14:40 +0200 Subject: [PATCH] id should be unique --- src/changelog.rst | 2 +- src/functions.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/changelog.rst b/src/changelog.rst index 0feb8aff..ca541937 100644 --- a/src/changelog.rst +++ b/src/changelog.rst @@ -110,7 +110,7 @@ Language changes in Rust 1.82.0 * Changed syntax: :s:`WeakKeyword`, :s:`FunctionQualifierList`, :s:`StaticDeclaration` - * New paragraphs: :p:`fls_8ltVLtAfvy0m`, :p:`fls_WRpcVF1fLEpr`, :p:`fls_8ltVLtAfvy0m` + * New paragraphs: :p:`fls_8ltVLtAfvy0m`, :p:`fls_WRpcVF1fLEpr`, :p:`fls_nUADhgcfvvGC` * Changed paragraphs: :p:`fls_g0JEluWqBpNc`, :p:`fls_7ucwmzqtittv`, :p:`fls_4dje9t5y2dia`, :p:`fls_l88r9fj82650`, :p:`fls_fo9with6xumo` diff --git a/src/functions.rst b/src/functions.rst index 3e2f7e7f..2a590bd3 100644 --- a/src/functions.rst +++ b/src/functions.rst @@ -173,7 +173,7 @@ is equivalent to :t:`function` :dp:`fls_7ucwmzqtittv` An :t:`unsafe function` is a :t:`function` subject to an :s:`ItemSafety` with :t:`keyword` ``unsafe``. -:dp:`fls_8ltVLtAfvy0m` +:dp:`fls_nUADhgcfvvGC` A :t:`function` shall only be subject to an :s:`ItemSafety` with :t:`keyword` ``safe`` if it is an :t:`external function` in an :t:`unsafe external block`. :dp:`fls_5hn8fkf7rcvz`