diff --git a/fftw/src/plan.rs b/fftw/src/plan.rs index 7cf4cd56..9047b1fc 100644 --- a/fftw/src/plan.rs +++ b/fftw/src/plan.rs @@ -1,7 +1,7 @@ //! Plan in FFTW //! -//! See also [Using Plans] in the original document -//! [Using Plans]: http://www.fftw.org/fftw3_doc/Using-Plans.html +//! See also [Using Plans](http://www.fftw.org/fftw3_doc/Using-Plans.html) +//! in the original document use crate::array::{alignment_of, AlignedAllocable, AlignedVec, Alignment}; use crate::error::*;