Skip to content

Commit 8732fe2

Browse files
authored
feat: make extractors module non-public (#251)
feat! make `extractors` module non-public
1 parent 21c3158 commit 8732fe2

File tree

1 file changed

+2
-1
lines changed
  • crates/bevy_mod_scripting_core/src

1 file changed

+2
-1
lines changed

crates/bevy_mod_scripting_core/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@ use handler::{CallbackSettings, HandlerFn};
2323
use runtime::{initialize_runtime, Runtime, RuntimeContainer, RuntimeInitializer, RuntimeSettings};
2424
use script::Scripts;
2525

26+
mod extractors;
27+
2628
pub mod asset;
2729
pub mod bindings;
2830
pub mod commands;
2931
pub mod context;
3032
pub mod docgen;
3133
pub mod error;
3234
pub mod event;
33-
pub mod extractors;
3435
pub mod handler;
3536
pub mod reflection_extensions;
3637
pub mod runtime;

0 commit comments

Comments
 (0)