summaryrefslogtreecommitdiff
path: root/rust/src
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-06-22 19:05:54 -0400
committerMason Reed <mason@vector35.com>2025-07-02 01:56:53 -0400
commit4c53912ff8027e9a7b276c1a5ccc1e779965dfc6 (patch)
tree5edc77e655e104d188adecd44008b28ae7712ca3 /rust/src
parent8011e21a93f8e44e58da069c7444342d85f03b1f (diff)
[Rust] Misc formatting
Diffstat (limited to 'rust/src')
-rw-r--r--rust/src/interaction.rs2
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;