Merge commit 'd89ff7eef9
' into remove-str-trailing-nulls
This commit is contained in:
commit
8567611adf
29 changed files with 426 additions and 784 deletions
|
@ -170,7 +170,6 @@ pub mod local_data;
|
|||
|
||||
/* Runtime and platform support */
|
||||
|
||||
pub mod gc;
|
||||
pub mod libc;
|
||||
pub mod c_str;
|
||||
pub mod os;
|
||||
|
@ -197,7 +196,6 @@ pub mod unstable;
|
|||
mod unicode;
|
||||
#[path = "num/cmath.rs"]
|
||||
mod cmath;
|
||||
mod stackwalk;
|
||||
|
||||
// XXX: This shouldn't be pub, and it should be reexported under 'unstable'
|
||||
// but name resolution doesn't work without it being pub.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue