Skip to content

Commit 75eb6d7

Browse files
committed
fmt
1 parent 28b190a commit 75eb6d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zend/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ mod handlers;
1010
mod ini_entry_def;
1111
mod linked_list;
1212
mod module;
13-
mod try_catch;
1413
mod streams;
14+
mod try_catch;
1515

1616
use crate::{
1717
error::Result,
@@ -33,10 +33,10 @@ pub use handlers::ZendObjectHandlers;
3333
pub use ini_entry_def::IniEntryDef;
3434
pub use linked_list::ZendLinkedList;
3535
pub use module::ModuleEntry;
36+
pub use streams::*;
3637
#[cfg(feature = "embed")]
3738
pub(crate) use try_catch::panic_wrapper;
3839
pub use try_catch::{bailout, try_catch};
39-
pub use streams::*;
4040

4141
// Used as the format string for `php_printf`.
4242
const FORMAT_STR: &[u8] = b"%s\0";

0 commit comments

Comments
 (0)