mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-26 15:26:29 +00:00
Removed unnecessary use statement
This commit is contained in:
parent
818eaa7307
commit
da6178bdc6
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn simple_option() {
|
fn simple_option() {
|
||||||
let target = "rustlings";
|
let target = "rustlings";
|
||||||
|
|
Loading…
Reference in a new issue