Skip to content

Commit da6178b

Browse files
authored
Removed unnecessary use statement
1 parent 818eaa7 commit da6178b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

exercises/options/options2.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
#[cfg(test)]
77
mod tests {
8-
use super::*;
9-
108
#[test]
119
fn simple_option() {
1210
let target = "rustlings";

0 commit comments

Comments
 (0)