Removed unnecessary use statement

This commit is contained in:
Grzegorz Żur 2022-10-11 10:43:32 +02:00 committed by GitHub
parent 818eaa7307
commit da6178bdc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@
#[cfg(test)]
mod tests {
use super::*;
#[test]
fn simple_option() {
let target = "rustlings";