mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-28 21:05:13 +00:00
Remove unused known Name
s
This commit is contained in:
parent
0d76b94c90
commit
0430b68398
1 changed files with 0 additions and 38 deletions
|
@ -338,44 +338,6 @@ pub mod known {
|
||||||
test_case,
|
test_case,
|
||||||
recursion_limit,
|
recursion_limit,
|
||||||
feature,
|
feature,
|
||||||
// Safe intrinsics
|
|
||||||
abort,
|
|
||||||
add_with_overflow,
|
|
||||||
black_box,
|
|
||||||
bitreverse,
|
|
||||||
bswap,
|
|
||||||
caller_location,
|
|
||||||
ctlz,
|
|
||||||
ctpop,
|
|
||||||
cttz,
|
|
||||||
discriminant_value,
|
|
||||||
forget,
|
|
||||||
likely,
|
|
||||||
maxnumf32,
|
|
||||||
maxnumf64,
|
|
||||||
min_align_of_val,
|
|
||||||
min_align_of,
|
|
||||||
minnumf32,
|
|
||||||
minnumf64,
|
|
||||||
mul_with_overflow,
|
|
||||||
needs_drop,
|
|
||||||
ptr_guaranteed_eq,
|
|
||||||
ptr_guaranteed_ne,
|
|
||||||
rotate_left,
|
|
||||||
rotate_right,
|
|
||||||
rustc_peek,
|
|
||||||
saturating_add,
|
|
||||||
saturating_sub,
|
|
||||||
size_of_val,
|
|
||||||
size_of,
|
|
||||||
sub_with_overflow,
|
|
||||||
type_id,
|
|
||||||
type_name,
|
|
||||||
unlikely,
|
|
||||||
variant_count,
|
|
||||||
wrapping_add,
|
|
||||||
wrapping_mul,
|
|
||||||
wrapping_sub,
|
|
||||||
// known methods of lang items
|
// known methods of lang items
|
||||||
eq,
|
eq,
|
||||||
ne,
|
ne,
|
||||||
|
|
Loading…
Reference in a new issue