Fixed wrong doc link.

This commit is contained in:
Filipe Rodrigues 2023-06-18 17:50:56 +01:00
parent 9db44fbee3
commit 875adccd4a

View File

@ -276,7 +276,7 @@ impl Expander {
}
}
/// Flow control for [`expand_expr_string`]
/// Flow control for [`Expander::expand_expr_string`]
pub enum FlowControl<T> {
/// Expand to
ExpandTo(T),