Skip to content

Commit 5361de3

Browse files
authored
Merge pull request #1057 from JonathanBrouwer/remote-attr
Remove `#[cold]` on required trait method
2 parents 9e98bb1 + 6112d08 commit 5361de3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/packages/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ pub use time_basic::BasicTimePackage;
4545
pub trait Package {
4646
/// Initialize the package.
4747
/// Functions should be registered into `module` here.
48-
#[cold]
4948
fn init(module: &mut Module);
5049

5150
/// Initialize the package with an [`Engine`].

0 commit comments

Comments
 (0)