doc: fix broken link to UnrootedMustRoot plugin (#36198)

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
Mukilan Thiyagarajan 2025-03-28 15:53:41 +05:30 committed by GitHub
parent 4814e7f742
commit a925a02c4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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