auto merge of #12957 : lkuper/rust/docsprint, r=alexcrichton
This commit is contained in:
commit
79203b522b
@ -1376,9 +1376,8 @@ pub mod raw {
|
||||
|
||||
#[lang="strdup_uniq"]
|
||||
#[cfg(not(test))]
|
||||
#[allow(missing_doc)]
|
||||
#[inline]
|
||||
pub unsafe fn strdup_uniq(ptr: *u8, len: uint) -> ~str {
|
||||
unsafe fn strdup_uniq(ptr: *u8, len: uint) -> ~str {
|
||||
from_buf_len(ptr, len)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user