Skip to content

Commit 35f262a

Browse files
author
Andrew Salmon
committed
Merge branch 'posix' of https://github.com/Uplifting/libc into posix
2 parents 8239c0a + d3535f6 commit 35f262a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/dox.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ mod imp {
2626
#[lang = "copy"]
2727
pub trait Copy {}
2828

29+
#[lang = "freeze"]
30+
pub trait Freeze {}
31+
2932
#[lang = "sync"]
3033
pub trait Sync {}
3134
impl<T> Sync for T {}

0 commit comments

Comments
 (0)