diff options
| author | Maybe Waffle <waffle.lapkin@gmail.com> | 2022-07-25 21:12:56 +0400 |
|---|---|---|
| committer | Maybe Waffle <waffle.lapkin@gmail.com> | 2022-07-25 21:12:56 +0400 |
| commit | ed8c2c28f0f0072dbb0ceae36b278d681d997fad (patch) | |
| tree | a264e6927a6278c5262bc984b72eb27b742eb133 /src/librustdoc/html | |
| parent | 1c4c39885b95e61256599c423114758f29cf3c32 (diff) | |
| download | rust-ed8c2c28f0f0072dbb0ceae36b278d681d997fad.tar.gz rust-ed8c2c28f0f0072dbb0ceae36b278d681d997fad.zip | |
apply review suggestions
Diffstat (limited to 'src/librustdoc/html')
| -rw-r--r-- | src/librustdoc/html/render/print_item.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/render/print_item.rs b/src/librustdoc/html/render/print_item.rs index c12b3ca6c60..dcd2eaac7ea 100644 --- a/src/librustdoc/html/render/print_item.rs +++ b/src/librustdoc/html/render/print_item.rs @@ -797,7 +797,7 @@ fn item_trait(w: &mut Buffer, cx: &mut Context<'_>, it: &clean::Item, t: &clean: if let Some(list) = must_implement_one_of_functions.as_deref() { write!( w, - "<div class=\"stab must_implement\">At least one of `{}` methods is required.</div>", + "<div class=\"stab must_implement\">At least one of the `{}` methods is required.</div>", list.iter().join("`, `") ); } |
