1
0
mirror of https://github.com/golang/go synced 2024-09-30 22:08:32 -06:00
go/src/container
Josh Bleecher Snyder 88858fa58f container/list: silence vet warnings
container/list/list_test.go:274: self-assignment of e1 to e1
container/list/list_test.go:274: self-assignment of e4 to e4
container/list/list_test.go:282: self-assignment of e1 to e1
container/list/list_test.go:286: self-assignment of e1 to e1
container/list/list_test.go:286: self-assignment of e4 to e4

Updates #11041

Change-Id: Ibd90cf6a924e93497908f437b814c3fc82937f4a
Reviewed-on: https://go-review.googlesource.com/27114
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-08-16 14:35:37 +00:00
..
heap container/heap: remove one unnecessary comparison in Fix 2016-08-16 00:40:03 +00:00
list container/list: silence vet warnings 2016-08-16 14:35:37 +00:00
ring