Added diagnostic items to structs and traits for Clippy
This commit is contained in:
parent
1a900042ab
commit
d38f2b0cc1
10 changed files with 26 additions and 0 deletions
|
@ -122,10 +122,14 @@ symbols! {
|
|||
// nice to have.
|
||||
Symbols {
|
||||
Alignment,
|
||||
Any,
|
||||
Arc,
|
||||
Argument,
|
||||
ArgumentV1,
|
||||
Arguments,
|
||||
AsMut,
|
||||
AsRef,
|
||||
BTreeEntry,
|
||||
BTreeMap,
|
||||
BTreeSet,
|
||||
BinaryHeap,
|
||||
|
@ -139,6 +143,7 @@ symbols! {
|
|||
Continue,
|
||||
Copy,
|
||||
Count,
|
||||
Cow,
|
||||
Debug,
|
||||
DebugStruct,
|
||||
DebugTuple,
|
||||
|
@ -146,12 +151,17 @@ symbols! {
|
|||
Decoder,
|
||||
Default,
|
||||
Deref,
|
||||
DirBuilder,
|
||||
DoubleEndedIterator,
|
||||
Duration,
|
||||
Encodable,
|
||||
Encoder,
|
||||
Eq,
|
||||
Equal,
|
||||
Err,
|
||||
Error,
|
||||
File,
|
||||
FileType,
|
||||
FormatSpec,
|
||||
Formatter,
|
||||
From,
|
||||
|
@ -164,9 +174,12 @@ symbols! {
|
|||
HashMap,
|
||||
HashSet,
|
||||
Hasher,
|
||||
HashMapEntry,
|
||||
Implied,
|
||||
Input,
|
||||
IntoIterator,
|
||||
IoRead,
|
||||
IoWrite,
|
||||
Is,
|
||||
ItemContext,
|
||||
Iterator,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue