diff options
| author | Mason Reed <mason@vector35.com> | 2025-06-22 19:05:54 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-07-02 01:56:53 -0400 |
| commit | 4c53912ff8027e9a7b276c1a5ccc1e779965dfc6 (patch) | |
| tree | 5edc77e655e104d188adecd44008b28ae7712ca3 /rust/src | |
| parent | 8011e21a93f8e44e58da069c7444342d85f03b1f (diff) | |
[Rust] Misc formatting
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; |
