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 {
88 const VALUE : u32 = $name as _;
99 const HINT_VALUE_IS_PRIME : bool = true ;
1010
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 >>>> {
1212 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 ( ) ;
1414 }
1515 & BUTTERFLY_CACHE
1616 }
You can’t perform that action at this time.
0 commit comments