File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ macro_rules! modulus {
8
8
const VALUE : u32 = $name as _;
9
9
const HINT_VALUE_IS_PRIME : bool = true ;
10
10
11
- fn butterfly_cache( ) -> & ' static :: std:: thread:: LocalKey <:: std:: cell:: RefCell <:: std:: option:: Option <crate :: modint:: ButterflyCache <Self >>>> {
11
+ fn butterfly_cache( ) -> & ' static :: std:: thread:: LocalKey <:: std:: cell:: RefCell <:: std:: option:: Option <$ crate:: modint:: ButterflyCache <Self >>>> {
12
12
thread_local! {
13
- static BUTTERFLY_CACHE : :: std:: cell:: RefCell <:: std:: option:: Option <crate :: modint:: ButterflyCache <$name>>> = :: std:: default :: Default :: default ( ) ;
13
+ static BUTTERFLY_CACHE : :: std:: cell:: RefCell <:: std:: option:: Option <$ crate:: modint:: ButterflyCache <$name>>> = :: std:: default :: Default :: default ( ) ;
14
14
}
15
15
& BUTTERFLY_CACHE
16
16
}
You can’t perform that action at this time.
0 commit comments