Commit 9d633aa
authored
Import CompressionStrategy interface explicitly (#309)
According to the merged PR JuliaLang/julia#57311, all types should be
imported explicitly. Otherwise, starting from Julia version 1.12.0, the
compiler will generate a warning message during the precompilation
process, which has been observed in the recent CI test on julia nightly.
This PR should fix the problem.1 parent 324e83f commit 9d633aa
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments