Skip to content
Snippets Groups Projects
Commit c0cf2809 authored by Alex Crichton's avatar Alex Crichton
Browse files

Fix docs on nightly

parent fda4049c
No related branches found
No related tags found
No related merge requests found
......@@ -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 {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment