Skip to content

Commit

Permalink
Remove libdebug and update tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
luqmana committed Oct 16, 2014
1 parent b6e0d3a commit 38aca17
Show file tree
Hide file tree
Showing 134 changed files with 236 additions and 1,716 deletions.
2 changes: 1 addition & 1 deletion src/doc/reference.md
Expand Up @@ -1177,7 +1177,7 @@ This is a list of behaviour not considered *unsafe* in Rust terms, but that may
be undesired.

* Deadlocks
* Reading data from private fields (`std::repr`, `format!("{:?}", x)`)
* Reading data from private fields (`std::repr`)
* Leaks due to reference count cycles, even in the global heap
* Exiting without calling destructors
* Sending signals
Expand Down
1 change: 0 additions & 1 deletion src/liballoc/lib.rs
Expand Up @@ -77,7 +77,6 @@ extern crate libc;

// Allow testing this library

#[cfg(test)] extern crate debug;
#[cfg(test)] extern crate native;
#[cfg(test)] #[phase(plugin, link)] extern crate std;
#[cfg(test)] #[phase(plugin, link)] extern crate log;
Expand Down
1 change: 0 additions & 1 deletion src/libcollections/lib.rs
Expand Up @@ -33,7 +33,6 @@ extern crate alloc;

#[cfg(test)] extern crate native;
#[cfg(test)] extern crate test;
#[cfg(test)] extern crate debug;

#[cfg(test)] #[phase(plugin, link)] extern crate std;
#[cfg(test)] #[phase(plugin, link)] extern crate log;
Expand Down
53 changes: 0 additions & 53 deletions src/libdebug/fmt.rs

This file was deleted.

33 changes: 0 additions & 33 deletions src/libdebug/lib.rs

This file was deleted.

0 comments on commit 38aca17

Please sign in to comment.