File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 run : cargo fmt --all -- --check
3838
3939 - name : Build documentation
40- run : cargo doc --no-deps --workspace
40+ run : cargo doc --no-deps --workspace --document-private-items
4141 env :
4242 RUSTDOCFLAGS : -D warnings
4343
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ where
110110/// appropriate order, or whether
111111/// - the passed-in log₂ of the slice length matches.
112112///
113- /// Use [NTT][self:ntt] if you want a nicer interface.
113+ /// Use [NTT][self:: ntt] if you want a nicer interface.
114114#[ expect( clippy:: many_single_char_names) ]
115115#[ inline]
116116fn ntt_unchecked < FF > ( x : & mut [ FF ] , omega : BFieldElement , log2_slice_len : u32 )
Original file line number Diff line number Diff line change @@ -623,7 +623,7 @@ where
623623
624624 /// Regulates the recursion depth at which
625625 /// [Fast modular coset interpolation](Self::fast_modular_coset_interpolate)
626- /// is slower and switches to [INTT](ntt:: intt) -then-[reduce](Self::reduce).
626+ /// is slower and switches to [INTT][ intt] -then-[reduce](Self::reduce).
627627 const FAST_MODULAR_COSET_INTERPOLATE_CUTOFF_THRESHOLD_PREFER_INTT : usize = 1 << 17 ;
628628
629629 /// Regulates when to prefer the [Fast coset extrapolation](Self::fast_coset_extrapolate)
You can’t perform that action at this time.
0 commit comments