Fix docs on nightly

This commit is contained in:
Alex Crichton 2017-05-25 16:06:01 -07:00
parent fda4049c11
commit c0cf28091e

View file

@ -26,6 +26,9 @@ mod imp {
#[lang = "copy"]
pub trait Copy {}
#[lang = "freeze"]
pub trait Freeze {}
#[lang = "sync"]
pub trait Sync {}
impl<T> Sync for T {}