We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a398d75 commit e1d44b3Copy full SHA for e1d44b3
src/lib.rs
@@ -138,8 +138,8 @@ pub use module::*;
138
pub use object::*;
139
pub use platform::Platform;
140
pub use platform::new_default_platform;
141
-pub use platform::new_single_threaded_default_platform;
142
pub use platform::new_notifying_platform;
+pub use platform::new_single_threaded_default_platform;
143
pub use platform::new_unprotected_default_platform;
144
pub use primitives::*;
145
pub use promise::{PromiseRejectEvent, PromiseRejectMessage, PromiseState};
0 commit comments