Re: [libvirt-rust] change in coding style to follow rustfmt

2020-01-29 Thread Ján Tomko
On Wed, Jan 29, 2020 at 11:05:35AM +0100, Sahid Orentino Ferdjaoui wrote: I'm proposing to merge a change [0] so the CI would check whether the source code is well-formatted using rustfmt [1]. The aim is to add an easy convention to follow regarding the coding style. For contributors the

Re: [libvirt-rust] change in coding style to follow rustfmt

2020-01-29 Thread Andrea Bolognani
On Wed, 2020-01-29 at 11:05 +0100, Sahid Orentino Ferdjaoui wrote: > I'm proposing to merge a change [0] so the CI would check whether the > source code is well-formatted using rustfmt [1]. > > The aim is to add an easy convention to follow regarding the coding > style. This is an obviously good

[libvirt-rust] change in coding style to follow rustfmt

2020-01-29 Thread Sahid Orentino Ferdjaoui
I'm proposing to merge a change [0] so the CI would check whether the source code is well-formatted using rustfmt [1]. The aim is to add an easy convention to follow regarding the coding style. For contributors the natural thing to do before to submit any patches is to verify the format using: