From d3df01a619305dd0e71064cde7bc213554b9d6a1 Mon Sep 17 00:00:00 2001 From: timofey Date: Sun, 30 Jul 2023 12:16:41 +0000 Subject: [PATCH] `flow` docs shorten link --- src/flow.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/flow.rs b/src/flow.rs index 81040b7..8675398 100644 --- a/src/flow.rs +++ b/src/flow.rs @@ -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;