strdup_uniq doesn't have to be pub.
This commit is contained in:
parent
9e89ffc60e
commit
7da2074827
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue