1
Fork 0

Convert 'import' to 'use'. Remove 'import' keyword.

This commit is contained in:
Brian Anderson 2012-09-07 18:08:21 -07:00
parent 1a8a0a77b1
commit 298eb8c726
78 changed files with 192 additions and 232 deletions

View file

@ -444,7 +444,7 @@ impl<T: Const Send> &RWReadMode<T> {
#[cfg(test)]
mod tests {
import comm::*;
use comm::*;
#[test]
fn manually_share_arc() {