浏览代码

Really fixed it now.

Joshua Rutschmann 8 年前
父节点
当前提交
5ec235f964
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      hw9/task2/srv-commands/tests/srv-commands.rs

+ 1
- 1
hw9/task2/srv-commands/tests/srv-commands.rs 查看文件

2
 
2
 
3
 mod tests {
3
 mod tests {
4
 	extern crate srv_commands;
4
 	extern crate srv_commands;
5
-    use srv_commands::*;
5
+    use self::srv_commands::*;
6
 
6
 
7
     #[test]
7
     #[test]
8
     fn empty_returns_correct_command() {
8
     fn empty_returns_correct_command() {

正在加载...
取消
保存