Make diangostic item names consistent
This commit is contained in:
parent
f03eb6bef8
commit
eec856bfbc
123 changed files with 244 additions and 248 deletions
|
@ -169,6 +169,7 @@ symbols! {
|
|||
Default,
|
||||
Deref,
|
||||
DirBuilder,
|
||||
Display,
|
||||
DoubleEndedIterator,
|
||||
Duration,
|
||||
Encodable,
|
||||
|
@ -194,6 +195,7 @@ symbols! {
|
|||
Hasher,
|
||||
Implied,
|
||||
Input,
|
||||
Into,
|
||||
IntoIterator,
|
||||
IoRead,
|
||||
IoWrite,
|
||||
|
@ -204,6 +206,7 @@ symbols! {
|
|||
Left,
|
||||
LinkedList,
|
||||
LintPass,
|
||||
Mutex,
|
||||
None,
|
||||
Ok,
|
||||
Option,
|
||||
|
@ -219,6 +222,7 @@ symbols! {
|
|||
PathBuf,
|
||||
Pending,
|
||||
Pin,
|
||||
Pointer,
|
||||
Poll,
|
||||
ProcMacro,
|
||||
ProcMacroHack,
|
||||
|
@ -242,6 +246,7 @@ symbols! {
|
|||
Send,
|
||||
SeqCst,
|
||||
Some,
|
||||
String,
|
||||
StructuralEq,
|
||||
StructuralPartialEq,
|
||||
Sync,
|
||||
|
@ -249,12 +254,15 @@ symbols! {
|
|||
ToOwned,
|
||||
ToString,
|
||||
Try,
|
||||
TryFrom,
|
||||
TryInto,
|
||||
Ty,
|
||||
TyCtxt,
|
||||
TyKind,
|
||||
Unknown,
|
||||
UnsafeArg,
|
||||
Vec,
|
||||
VecDeque,
|
||||
Yield,
|
||||
_DECLS,
|
||||
_Self,
|
||||
|
@ -507,7 +515,6 @@ symbols! {
|
|||
debug_assert_macro,
|
||||
debug_assertions,
|
||||
debug_struct,
|
||||
debug_trait,
|
||||
debug_trait_builder,
|
||||
debug_tuple,
|
||||
decl_macro,
|
||||
|
@ -653,7 +660,6 @@ symbols! {
|
|||
from_output,
|
||||
from_residual,
|
||||
from_size_align_unchecked,
|
||||
from_trait,
|
||||
from_usize,
|
||||
fsub_fast,
|
||||
fundamental,
|
||||
|
@ -676,8 +682,6 @@ symbols! {
|
|||
gt,
|
||||
half_open_range_patterns,
|
||||
hash,
|
||||
hashmap_type,
|
||||
hashset_type,
|
||||
hexagon_target_feature,
|
||||
hidden,
|
||||
homogeneous_aggregate,
|
||||
|
@ -722,7 +726,6 @@ symbols! {
|
|||
instruction_set,
|
||||
intel,
|
||||
into_iter,
|
||||
into_trait,
|
||||
intra_doc_pointers,
|
||||
intrinsics,
|
||||
irrefutable_let_patterns,
|
||||
|
@ -913,7 +916,6 @@ symbols! {
|
|||
optin_builtin_traits,
|
||||
option,
|
||||
option_env,
|
||||
option_type,
|
||||
options,
|
||||
or,
|
||||
or_patterns,
|
||||
|
@ -955,7 +957,6 @@ symbols! {
|
|||
plugins,
|
||||
pointee_trait,
|
||||
pointer,
|
||||
pointer_trait,
|
||||
pointer_trait_fmt,
|
||||
poll,
|
||||
position,
|
||||
|
@ -1051,7 +1052,6 @@ symbols! {
|
|||
repr_transparent,
|
||||
residual,
|
||||
result,
|
||||
result_type,
|
||||
rhs,
|
||||
rintf32,
|
||||
rintf64,
|
||||
|
@ -1152,7 +1152,6 @@ symbols! {
|
|||
self_in_typedefs,
|
||||
self_struct_ctor,
|
||||
semitransparent,
|
||||
send_trait,
|
||||
shl,
|
||||
shl_assign,
|
||||
should_panic,
|
||||
|
@ -1262,7 +1261,6 @@ symbols! {
|
|||
store,
|
||||
str,
|
||||
str_alloc,
|
||||
string_type,
|
||||
stringify,
|
||||
struct_field_attributes,
|
||||
struct_inherit,
|
||||
|
@ -1277,7 +1275,6 @@ symbols! {
|
|||
suggestion,
|
||||
sym,
|
||||
sync,
|
||||
sync_trait,
|
||||
t32,
|
||||
target_abi,
|
||||
target_arch,
|
||||
|
@ -1323,9 +1320,7 @@ symbols! {
|
|||
truncf64,
|
||||
try_blocks,
|
||||
try_from,
|
||||
try_from_trait,
|
||||
try_into,
|
||||
try_into_trait,
|
||||
try_trait_v2,
|
||||
tt,
|
||||
tuple,
|
||||
|
@ -1397,8 +1392,6 @@ symbols! {
|
|||
var,
|
||||
variant_count,
|
||||
vec,
|
||||
vec_type,
|
||||
vecdeque_type,
|
||||
version,
|
||||
vis,
|
||||
visible_private_types,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue