Skip to content

Commit

Permalink
Fix missing trait again
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton committed Dec 13, 2023
1 parent 096bfba commit 2692509
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generate-api/src/generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ impl CodeGenerator {
type Err = UnknownLocale;
fn from_str(s: &str) -> Result<Self, Self::Err> {{
Locale::try_from(s)
core::convert::TryFrom<Locale>::try_from(s)
}}
}}
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Git LFS file not shown

0 comments on commit 2692509

Please sign in to comment.