You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.
Go to: https://doc.rust-lang.org/std/ops/trait.Deref.html. Search in your browser for
impl Deref for String
. Get two matches. Same forimpl<T> Deref for Vec<T>
.Also, look for
Box
,Arc
, andRc
. These each get three entries. Two are identical as strings, but the third is identical in meaning, AFAICT.The text was updated successfully, but these errors were encountered: