Fix borrow and deref
This commit is contained in:
parent
da3995f0ec
commit
1999a3147f
11 changed files with 67 additions and 32 deletions
|
@ -142,6 +142,7 @@ symbols! {
|
|||
Decodable,
|
||||
Decoder,
|
||||
Default,
|
||||
Deref,
|
||||
Encodable,
|
||||
Encoder,
|
||||
Eq,
|
||||
|
@ -790,7 +791,9 @@ symbols! {
|
|||
none_error,
|
||||
nontemporal_store,
|
||||
nontrapping_dash_fptoint: "nontrapping-fptoint",
|
||||
noop_method_borrow,
|
||||
noop_method_clone,
|
||||
noop_method_deref,
|
||||
noreturn,
|
||||
nostack,
|
||||
not,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue