Skip to content

Commit f123cb2

Browse files
authored
Merge pull request #1228 from grzegorz-zur/patch-1
Removed unnecessary use statement
2 parents dc3bf2e + da6178b commit f123cb2

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)