Add more diagnostic items for clippy
This commit is contained in:
parent
cae0791da4
commit
d464b72970
75 changed files with 289 additions and 270 deletions
|
@ -129,9 +129,11 @@ symbols! {
|
|||
Alignment,
|
||||
Any,
|
||||
Arc,
|
||||
ArcWeak,
|
||||
Argument,
|
||||
ArgumentMethods,
|
||||
Arguments,
|
||||
ArrayIntoIter,
|
||||
AsMut,
|
||||
AsRef,
|
||||
AssertParamIsClone,
|
||||
|
@ -164,6 +166,7 @@ symbols! {
|
|||
Capture,
|
||||
Center,
|
||||
Clone,
|
||||
Command,
|
||||
ConstParamTy,
|
||||
Context,
|
||||
Continue,
|
||||
|
@ -171,6 +174,7 @@ symbols! {
|
|||
Count,
|
||||
Cow,
|
||||
Debug,
|
||||
DebugStruct,
|
||||
Decodable,
|
||||
Decoder,
|
||||
DecorateLint,
|
||||
|
@ -194,6 +198,8 @@ symbols! {
|
|||
From,
|
||||
FromIterator,
|
||||
FromResidual,
|
||||
FsOpenOptions,
|
||||
FsPermissions,
|
||||
Future,
|
||||
FutureOutput,
|
||||
FxHashMap,
|
||||
|
@ -207,16 +213,22 @@ symbols! {
|
|||
Implied,
|
||||
IndexOutput,
|
||||
Input,
|
||||
Instant,
|
||||
Into,
|
||||
IntoDiagnostic,
|
||||
IntoFuture,
|
||||
IntoIterator,
|
||||
IoLines,
|
||||
IoRead,
|
||||
IoSeek,
|
||||
IoWrite,
|
||||
IpAddr,
|
||||
IrTyKind,
|
||||
Is,
|
||||
ItemContext,
|
||||
IterEmpty,
|
||||
IterOnce,
|
||||
IterPeekable,
|
||||
Iterator,
|
||||
IteratorItem,
|
||||
Layout,
|
||||
|
@ -227,6 +239,7 @@ symbols! {
|
|||
Mutex,
|
||||
MutexGuard,
|
||||
N,
|
||||
NonNull,
|
||||
NonZeroI128,
|
||||
NonZeroI16,
|
||||
NonZeroI32,
|
||||
|
@ -259,15 +272,19 @@ symbols! {
|
|||
ProcMacro,
|
||||
ProceduralMasqueradeDummyType,
|
||||
Range,
|
||||
RangeBounds,
|
||||
RangeFrom,
|
||||
RangeFull,
|
||||
RangeInclusive,
|
||||
RangeTo,
|
||||
RangeToInclusive,
|
||||
Rc,
|
||||
RcWeak,
|
||||
Ready,
|
||||
Receiver,
|
||||
RefCell,
|
||||
RefCellRef,
|
||||
RefCellRefMut,
|
||||
Relaxed,
|
||||
Release,
|
||||
Result,
|
||||
|
@ -284,6 +301,7 @@ symbols! {
|
|||
Send,
|
||||
SeqCst,
|
||||
SliceIndex,
|
||||
SliceIter,
|
||||
Some,
|
||||
String,
|
||||
StructuralEq,
|
||||
|
@ -561,6 +579,7 @@ symbols! {
|
|||
constant,
|
||||
constructor,
|
||||
context,
|
||||
convert_identity,
|
||||
copy,
|
||||
copy_closures,
|
||||
copy_nonoverlapping,
|
||||
|
@ -616,6 +635,7 @@ symbols! {
|
|||
declare_lint_pass,
|
||||
decode,
|
||||
default_alloc_error_handler,
|
||||
default_fn,
|
||||
default_lib_allocator,
|
||||
default_method_body_is_const,
|
||||
default_type_parameter_fallback,
|
||||
|
@ -628,6 +648,7 @@ symbols! {
|
|||
deref,
|
||||
deref_method,
|
||||
deref_mut,
|
||||
deref_mut_method,
|
||||
deref_target,
|
||||
derive,
|
||||
derive_const,
|
||||
|
@ -777,11 +798,14 @@ symbols! {
|
|||
from_desugaring,
|
||||
from_fn,
|
||||
from_iter,
|
||||
from_iter_fn,
|
||||
from_output,
|
||||
from_residual,
|
||||
from_size_align_unchecked,
|
||||
from_str_method,
|
||||
from_usize,
|
||||
from_yeet,
|
||||
fs_create_dir,
|
||||
fsub_fast,
|
||||
fundamental,
|
||||
future,
|
||||
|
@ -868,6 +892,10 @@ symbols! {
|
|||
into_iter,
|
||||
intra_doc_pointers,
|
||||
intrinsics,
|
||||
intrinsics_unaligned_volatile_load,
|
||||
intrinsics_unaligned_volatile_store,
|
||||
io_stderr,
|
||||
io_stdout,
|
||||
irrefutable_let_patterns,
|
||||
isa_attribute,
|
||||
isize,
|
||||
|
@ -962,6 +990,7 @@ symbols! {
|
|||
mem_replace,
|
||||
mem_size_of,
|
||||
mem_size_of_val,
|
||||
mem_swap,
|
||||
mem_uninitialized,
|
||||
mem_variant_count,
|
||||
mem_zeroed,
|
||||
|
@ -1091,6 +1120,7 @@ symbols! {
|
|||
options,
|
||||
or,
|
||||
or_patterns,
|
||||
ord_cmp_method,
|
||||
other,
|
||||
out,
|
||||
overflow_checks,
|
||||
|
@ -1171,6 +1201,7 @@ symbols! {
|
|||
proc_macro_mod,
|
||||
proc_macro_non_items,
|
||||
proc_macro_path_invoc,
|
||||
process_exit,
|
||||
profiler_builtins,
|
||||
profiler_runtime,
|
||||
ptr,
|
||||
|
@ -1178,6 +1209,10 @@ symbols! {
|
|||
ptr_cast_const,
|
||||
ptr_cast_mut,
|
||||
ptr_const_is_null,
|
||||
ptr_copy,
|
||||
ptr_copy_nonoverlapping,
|
||||
ptr_drop_in_place,
|
||||
ptr_eq,
|
||||
ptr_from_ref,
|
||||
ptr_guaranteed_cmp,
|
||||
ptr_is_null,
|
||||
|
@ -1186,8 +1221,17 @@ symbols! {
|
|||
ptr_null_mut,
|
||||
ptr_offset_from,
|
||||
ptr_offset_from_unsigned,
|
||||
ptr_read,
|
||||
ptr_read_unaligned,
|
||||
ptr_read_volatile,
|
||||
ptr_replace,
|
||||
ptr_slice_from_raw_parts,
|
||||
ptr_slice_from_raw_parts_mut,
|
||||
ptr_swap,
|
||||
ptr_swap_nonoverlapping,
|
||||
ptr_unique,
|
||||
ptr_write,
|
||||
ptr_write_bytes,
|
||||
ptr_write_unaligned,
|
||||
ptr_write_volatile,
|
||||
pub_macro_rules,
|
||||
|
@ -1478,6 +1522,8 @@ symbols! {
|
|||
sized,
|
||||
skip,
|
||||
slice,
|
||||
slice_from_raw_parts,
|
||||
slice_from_raw_parts_mut,
|
||||
slice_len_fn,
|
||||
slice_patterns,
|
||||
slicing_syntax,
|
||||
|
@ -1565,7 +1611,9 @@ symbols! {
|
|||
thumb2,
|
||||
thumb_mode: "thumb-mode",
|
||||
tmm_reg,
|
||||
to_owned_method,
|
||||
to_string,
|
||||
to_string_method,
|
||||
to_vec,
|
||||
todo_macro,
|
||||
tool_attributes,
|
||||
|
@ -1588,6 +1636,7 @@ symbols! {
|
|||
try_blocks,
|
||||
try_capture,
|
||||
try_from,
|
||||
try_from_fn,
|
||||
try_into,
|
||||
try_trait_v2,
|
||||
tt,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue