mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Fix rustdoc problems (#33458)
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
97495e45f8
commit
ed908f3fd4
4 changed files with 7 additions and 7 deletions
|
@ -2427,8 +2427,8 @@ impl Node {
|
|||
///
|
||||
/// # Safety
|
||||
///
|
||||
/// Callers should ensure they pass an UntrustedNodeAddress that points to a valid `JSObject`
|
||||
/// in memory that represents a `Node`.
|
||||
/// Callers should ensure they pass an UntrustedNodeAddress that points to a valid [`JSObject`]
|
||||
/// in memory that represents a [`Node`].
|
||||
#[allow(unsafe_code)]
|
||||
pub unsafe fn from_untrusted_node_address(candidate: UntrustedNodeAddress) -> &'static Self {
|
||||
// https://github.com/servo/servo/issues/6383
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue