Skip to content

Commit

Permalink
Merge pull request servo#11 from metajack/unused-imports
Browse files Browse the repository at this point in the history
Remove unused imports.
  • Loading branch information
pcwalton committed Apr 4, 2013
2 parents 65127a2 + 30eb684 commit ac7aabd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ impl to_jsstr for ~str {

#[cfg(test)]
pub mod test {
use rt;
use global;
use super::rt;
use super::super::global;

#[test]
pub fn dummy() {
Expand Down

0 comments on commit ac7aabd

Please sign in to comment.