This reverts commit02d50105b9. Revert "Bug 1955298 - uniffi-bindgen-gecko-js: start using the IR pipeline, r=markh,frontend-codestyle-reviewers" This reverts commit90368cc237.
16 lines
790 B
Rust
16 lines
790 B
Rust
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
arithmetical::uniffi_reexport_scaffolding!();
|
|
uniffi_fixture_callbacks::uniffi_reexport_scaffolding!();
|
|
uniffi_custom_types::uniffi_reexport_scaffolding!();
|
|
uniffi_fixture_external_types::uniffi_reexport_scaffolding!();
|
|
uniffi_fixture_futures::uniffi_reexport_scaffolding!();
|
|
uniffi_fixture_refcounts::uniffi_reexport_scaffolding!();
|
|
uniffi_geometry::uniffi_reexport_scaffolding!();
|
|
uniffi_rondpoint::uniffi_reexport_scaffolding!();
|
|
uniffi_sprites::uniffi_reexport_scaffolding!();
|
|
uniffi_todolist::uniffi_reexport_scaffolding!();
|
|
uniffi_trait_interfaces::uniffi_reexport_scaffolding!();
|