Skip to content

Commit 9625a07

Browse files
committed
Remove superfluous macro export
1 parent 9c0aa49 commit 9625a07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fft.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//! Implementation of Real valued FFT
22
use crate::{fft_32, fft_64, twiddles::generate_twiddles, Direction};
33

4-
#[macro_export]
54
macro_rules! impl_r2c_fft {
65
($func_name:ident, $precision:ty, $fft_func:ident) => {
76
/// Implementation of Real-Valued FFT

0 commit comments

Comments
 (0)