Re: [libvirt] [rust PATCH v2 3/5] libvirt-rust: stream: automated lint

2020-01-13 Thread Sahid Orentino Ferdjaoui
On Fri, Jan 10, 2020 at 11:35:32AM -0700, Zixing Liu wrote: > On 2020-01-10 04:48, Sahid Orentino Ferdjaoui wrote: > > > On Tue, Dec 24, 2019 at 12:12:53AM -0700, Zixing Liu wrote: > >> * used rustfmt to clean up the code > >> > >> Signed-off-by: Zixing Liu > >> --- > >> src/stream.rs | 97

Re: [libvirt] [rust PATCH v2 3/5] libvirt-rust: stream: automated lint

2020-01-10 Thread Zixing Liu
On 2020-01-10 04:48, Sahid Orentino Ferdjaoui wrote: > On Tue, Dec 24, 2019 at 12:12:53AM -0700, Zixing Liu wrote: >> * used rustfmt to clean up the code >> >> Signed-off-by: Zixing Liu >> --- >> src/stream.rs | 97 +-- >> 1 file changed, 56

Re: [libvirt] [rust PATCH v2 3/5] libvirt-rust: stream: automated lint

2020-01-10 Thread Sahid Orentino Ferdjaoui
On Tue, Dec 24, 2019 at 12:12:53AM -0700, Zixing Liu wrote: > * used rustfmt to clean up the code > > Signed-off-by: Zixing Liu > --- > src/stream.rs | 97 +-- > 1 file changed, 56 insertions(+), 41 deletions(-) NAK, we don't have specific rule

[libvirt] [rust PATCH v2 3/5] libvirt-rust: stream: automated lint

2019-12-23 Thread Zixing Liu
* used rustfmt to clean up the code Signed-off-by: Zixing Liu --- src/stream.rs | 97 +-- 1 file changed, 56 insertions(+), 41 deletions(-) diff --git a/src/stream.rs b/src/stream.rs index 1ffd186..0d84fd7 100644 --- a/src/stream.rs +++