mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
doc: fix broken link to UnrootedMustRoot plugin (#36198)
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
4814e7f742
commit
a925a02c4c
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ the usual [warnings infrastructure][warnings], we can use the `allow` attribute
|
||||||
in places where it's okay to use `Dom<T>`, like DOM struct definitions and the
|
in places where it's okay to use `Dom<T>`, like DOM struct definitions and the
|
||||||
implementation of `Dom<T>` itself.
|
implementation of `Dom<T>` itself.
|
||||||
|
|
||||||
[js-lint]: https://doc.servo.org/script_plugins/struct.UnrootedPass.html
|
[js-lint]: https://github.com/servo/servo/blob/main/support/crown/src/unrooted_must_root.rs
|
||||||
[stack]: https://en.wikipedia.org/wiki/Stack-based_memory_allocation
|
[stack]: https://en.wikipedia.org/wiki/Stack-based_memory_allocation
|
||||||
[warnings]: https://doc.rust-lang.org/book/compiler-plugins.html#lint-plugins
|
[warnings]: https://doc.rust-lang.org/book/compiler-plugins.html#lint-plugins
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue