diff options
author | Josh Matthews <josh@joshmatthews.net> | 2024-03-08 09:15:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 14:15:26 +0000 |
commit | 19f1f2a8f4a18b17fc9c4ce80df831a339ce91f0 (patch) | |
tree | 044850b4a1914c4ed7e0ef3d67f7211f7de4846b /components/script/dom/bindings/mod.rs | |
parent | 0327d4638bdb3c95315c143dfcc94d8195fb5fae (diff) | |
download | servo-19f1f2a8f4a18b17fc9c4ce80df831a339ce91f0.tar.gz servo-19f1f2a8f4a18b17fc9c4ce80df831a339ce91f0.zip |
Extract generated finalizers into generic helper functions. (#31569)
Diffstat (limited to 'components/script/dom/bindings/mod.rs')
-rw-r--r-- | components/script/dom/bindings/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/bindings/mod.rs b/components/script/dom/bindings/mod.rs index 9733cabc73e..82608367aef 100644 --- a/components/script/dom/bindings/mod.rs +++ b/components/script/dom/bindings/mod.rs @@ -140,6 +140,7 @@ pub mod cell; pub mod constant; pub mod conversions; pub mod error; +pub mod finalize; pub mod guard; pub mod htmlconstructor; pub mod inheritance; |