Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / uniffi-example-geometry / build.rs
blob2dd1c96bc3a094f90e3a781377b5ee1bedd1b742
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 fn main() {
6     uniffi::generate_scaffolding("src/geometry.udl").unwrap();