]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #96733 - SparrowLii:place_to_string, r=davidtwco
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Fri, 6 May 2022 18:05:40 +0000 (20:05 +0200)
committerGitHub <noreply@github.com>
Fri, 6 May 2022 18:05:40 +0000 (20:05 +0200)
commitc3ddd59f5b0ed31c83a4421fdbdfb73db8ba378f
tree2a4758a2796efea3fbef08838752480e91ca368a
parentc7af4e67c34061ea0713e6aca46d09840b71993b
parent8ff01894a010690b9c7232d1217931dbc5d63333
Rollup merge of #96733 - SparrowLii:place_to_string, r=davidtwco

turn `append_place_to_string` from recursion into iteration

This PR fixes the FIXME in the impl of `append_place_to_string` which turns `append_place_to_string` from recursion into iteration, meanwhile simplifying the code relatively.