feat: Handle operators like their trait functions in the IDE
This commit is contained in:
@@ -381,6 +381,7 @@ pub mod known {
|
||||
bitor,
|
||||
bitxor_assign,
|
||||
bitxor,
|
||||
branch,
|
||||
deref_mut,
|
||||
deref,
|
||||
div_assign,
|
||||
@@ -396,6 +397,7 @@ pub mod known {
|
||||
not,
|
||||
owned_box,
|
||||
partial_ord,
|
||||
poll,
|
||||
r#fn,
|
||||
rem_assign,
|
||||
rem,
|
||||
|
||||
Reference in New Issue
Block a user