Skip to content

rusoto/s3sink: Don't use mem::replace() for a simple assignment

The return value of mem::replace() would be the old value but we don't really need that here, so simply do an assignment instead.

Merge request reports