diff options
| author | Lzu Tao <taolzu@gmail.com> | 2020-07-15 10:55:40 +0000 |
|---|---|---|
| committer | Lzu Tao <taolzu@gmail.com> | 2020-07-15 10:55:40 +0000 |
| commit | 0f4e4a022c0aab65e40a4b60ea7984075891826d (patch) | |
| tree | 63677f2f023d191c0acddcc81446acb0be169fc4 /src/tools/error_index_generator | |
| parent | 567ad7455d5f25f6b38d2fded1cb621e0c34a48b (diff) | |
rustdoc: Rename internal API fns to `into_string`
to avoid surprising listed in API guidelines.
Diffstat (limited to 'src/tools/error_index_generator')
| -rw-r--r-- | src/tools/error_index_generator/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/error_index_generator/main.rs b/src/tools/error_index_generator/main.rs index 9aea859999c..c4292d041d0 100644 --- a/src/tools/error_index_generator/main.rs +++ b/src/tools/error_index_generator/main.rs @@ -127,7 +127,7 @@ impl Formatter for HTMLFormatter { DEFAULT_EDITION, &Some(playground) ) - .to_string() + .into_string() )? } None => write!(output, "<p>No description.</p>\n")?, |
