Skip to content

Commit 9c97526

Browse files
committed
Fix wrong private
1 parent 07dd395 commit 9c97526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrapper/module.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use rquickjs::{
66
use super::{IntoModule, ModuleMeta};
77
use crate::{ModuleDefExt, ModuleImpl};
88

9-
pub(crate) struct ModuleDefWrapper<T, O>
9+
pub struct ModuleDefWrapper<T, O>
1010
where
1111
T: ModuleDefExt<O, Implementation = ModuleImpl<O>>,
1212
for<'js> O: JsLifetime<'js>,

0 commit comments

Comments
 (0)