You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For len-trait I use LinkedList solely to implement traits for it. This shouldn't trigger if you're implementing traits for LinkedList and nothing else.
The text was updated successfully, but these errors were encountered:
This was presumably fixed in #605 and there are (now?) tests for this issue. Lint also doesn't fire in liballoc as of now, although I am not sure if I am running clippy in rust repo correctly. I think this issue can now be closed @flip1995
For
len-trait
I useLinkedList
solely to implement traits for it. This shouldn't trigger if you're implementing traits forLinkedList
and nothing else.The text was updated successfully, but these errors were encountered: