]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: collector: Reformat trait impl
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Wed, 28 Jun 2023 12:33:36 +0000 (14:33 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:49:33 +0000 (18:49 +0100)
commit92d1a96ddecb8ed40dbcaf8d75892cd7b9eadeea
tree5e2dff312bb87fbb9649d5fb38558488014b25b8
parentbe6fd5da6842eebeb077461ad6ca25d414684be6
gccrs: collector: Reformat trait impl

Trait impl were not readable, hence the reformat.

gcc/rust/ChangeLog:

* ast/rust-ast-collector.cc (TokenCollector::visit): Reformat
trait impl block.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/rust/ast/rust-ast-collector.cc