mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-28 10:39:45 +00:00
Auto merge of #144114 - lnicola:sync-from-ra, r=lnicola
Subtree update of `rust-analyzer` r? `@ghost`
This commit is contained in:
commit
f2840cd6c8
110 changed files with 3767 additions and 1221 deletions
|
|
@ -1940,6 +1940,7 @@ pub mod prelude {
|
|||
clone::Clone, // :clone
|
||||
cmp::{Eq, PartialEq}, // :eq
|
||||
cmp::{Ord, PartialOrd}, // :ord
|
||||
convert::AsMut, // :as_mut
|
||||
convert::AsRef, // :as_ref
|
||||
convert::{From, Into, TryFrom, TryInto}, // :from
|
||||
default::Default, // :default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue