mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-05 00:00:12 +00:00
Removed unnecessary use statement
This commit is contained in:
parent
818eaa7307
commit
da6178bdc6
@ -5,8 +5,6 @@
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn simple_option() {
|
||||
let target = "rustlings";
|
||||
|
Loading…
Reference in New Issue
Block a user