Merge pull request #1228 from grzegorz-zur/patch-1

Removed unnecessary use statement
This commit is contained in:
liv 2023-02-12 16:54:43 +01:00 committed by GitHub
commit f123cb2777
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";