From ede1247bf81871683da67a62d56e53108bf419c1 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Tue, 8 Feb 2022 22:28:29 -0800 Subject: [PATCH] fixup! Release 2.5.1 --- riven/srcgen/consts/champion.rs.dt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/riven/srcgen/consts/champion.rs.dt b/riven/srcgen/consts/champion.rs.dt index e276003..eadf5ee 100644 --- a/riven/srcgen/consts/champion.rs.dt +++ b/riven/srcgen/consts/champion.rs.dt @@ -107,7 +107,8 @@ impl Champion { } } -/// The error used for failures in [`Champion::from_str`]. +/// The error used for failures in [`Champion`]'s +/// [`FromStr`](std::str::FromStr) implementation. /// /// Currently only internally stores the four characters used to parse the /// champion, but may change in the future.