We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e98bb1 + 6112d08 commit 5361de3Copy full SHA for 5361de3
src/packages/mod.rs
@@ -45,7 +45,6 @@ pub use time_basic::BasicTimePackage;
45
pub trait Package {
46
/// Initialize the package.
47
/// Functions should be registered into `module` here.
48
- #[cold]
49
fn init(module: &mut Module);
50
51
/// Initialize the package with an [`Engine`].
0 commit comments