servo/components/script/dom/bindings
Manish Goregaokar 12dc54d238 Add unrooted_must_root lint for enums and structs containing JS<T>, as well as functions with JS<T> in their parameter list
For safe wrappers over JS<T> (eg Temporary<T>) use #[allow(unrooted_must_root)].
For all other types containing a #[must_root] value, annotate the type with #[must_root] to ensure that it is never used unrooted
2014-09-16 22:11:27 +05:30
..
codegen Add unrooted_must_root lint for enums and structs containing JS<T>, as well as functions with JS<T> in their parameter list 2014-09-16 22:11:27 +05:30
callback.rs Cargoify servo 2014-09-08 20:21:42 -06:00
conversions.rs Cargoify servo 2014-09-08 20:21:42 -06:00
DESIGN.md Cargoify servo 2014-09-08 20:21:42 -06:00
error.rs Cargoify servo 2014-09-08 20:21:42 -06:00
global.rs Add unrooted_must_root lint for enums and structs containing JS<T>, as well as functions with JS<T> in their parameter list 2014-09-16 22:11:27 +05:30
js.rs Add unrooted_must_root lint for enums and structs containing JS<T>, as well as functions with JS<T> in their parameter list 2014-09-16 22:11:27 +05:30
proxyhandler.rs Cargoify servo 2014-09-08 20:21:42 -06:00
str.rs Cargoify servo 2014-09-08 20:21:42 -06:00
trace.rs Cargoify servo 2014-09-08 20:21:42 -06:00
utils.rs Cargoify servo 2014-09-08 20:21:42 -06:00