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.