mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
rusdoc: Fix idl
warning in components/script/dom/bindings (#31643)
* rusdoc: Add valid domstring link * rustdoc: Replace unused idl link ref
This commit is contained in:
parent
0779af71a0
commit
8cbad332c3
1 changed files with 2 additions and 2 deletions
|
@ -151,9 +151,9 @@ pub fn is_token(s: &[u8]) -> bool {
|
|||
|
||||
/// A DOMString.
|
||||
///
|
||||
/// This type corresponds to the [`DOMString`](idl) type in WebIDL.
|
||||
/// This type corresponds to the [`DOMString`] type in WebIDL.
|
||||
///
|
||||
/// [idl]: https://heycam.github.io/webidl/#idl-DOMString
|
||||
/// [`DOMString`]: https://webidl.spec.whatwg.org/#idl-DOMString
|
||||
///
|
||||
/// Conceptually, a DOMString has the same value space as a JavaScript String,
|
||||
/// i.e., an array of 16-bit *code units* representing UTF-16, potentially with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue