flow docs shorten link

This commit is contained in:
AF 2023-07-30 12:16:41 +00:00
parent 9457d4187a
commit d3df01a619

View File

@ -1,4 +1,6 @@
//! Data structures and algorithms, independent of [`crate::rcore`] concepts.
//! Data structures and algorithms, independent of [`rcore`] concepts.
//!
//! [`rcore`]: crate::rcore
pub mod binary;
pub mod comparator;