diff options
| author | omahs <73983677+omahs@users.noreply.github.com> | 2025-05-12 11:15:46 +0200 |
|---|---|---|
| committer | omahs <73983677+omahs@users.noreply.github.com> | 2025-05-12 17:20:49 +0000 |
| commit | 1caaa887003ed84b5c7022ded53ff50e699af666 (patch) | |
| tree | 364044934e331c2dc6f3ba4fdfd1a0e096cc5178 /compiler/rustc_trait_selection | |
| parent | ac9ac0e0f36dcd7f8a8f0405cd003585fe4e4426 (diff) | |
| download | rust-1caaa887003ed84b5c7022ded53ff50e699af666.tar.gz rust-1caaa887003ed84b5c7022ded53ff50e699af666.zip | |
Fix typos
Diffstat (limited to 'compiler/rustc_trait_selection')
| -rw-r--r-- | compiler/rustc_trait_selection/src/error_reporting/traits/on_unimplemented_format.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/error_reporting/traits/on_unimplemented_format.rs b/compiler/rustc_trait_selection/src/error_reporting/traits/on_unimplemented_format.rs index d8b90844b7d..ce170f820e1 100644 --- a/compiler/rustc_trait_selection/src/error_reporting/traits/on_unimplemented_format.rs +++ b/compiler/rustc_trait_selection/src/error_reporting/traits/on_unimplemented_format.rs @@ -20,7 +20,7 @@ pub struct FormatString { input: Symbol, span: Span, pieces: Vec<Piece>, - /// The formatting string was parsed succesfully but with warnings + /// The formatting string was parsed successfully but with warnings pub warnings: Vec<FormatWarning>, } |
