Convert 'import' to 'use'. Remove 'import' keyword.
This commit is contained in:
parent
1a8a0a77b1
commit
298eb8c726
78 changed files with 192 additions and 232 deletions
|
@ -444,7 +444,7 @@ impl<T: Const Send> &RWReadMode<T> {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
import comm::*;
|
||||
use comm::*;
|
||||
|
||||
#[test]
|
||||
fn manually_share_arc() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue