diff options
Diffstat (limited to 'rust/src')
| -rw-r--r-- | rust/src/interaction.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/interaction.rs b/rust/src/interaction.rs index bf709f2c..1b38483a 100644 --- a/rust/src/interaction.rs +++ b/rust/src/interaction.rs @@ -26,9 +26,9 @@ pub mod handler; pub mod report; // Re-export the public items from the submodules, for convenience. -pub use report::*; pub use form::*; pub use handler::*; +pub use report::*; pub type MessageBoxButtonSet = BNMessageBoxButtonSet; pub type MessageBoxIcon = BNMessageBoxIcon; |
