Removed unnecessary use statement

pull/1228/head
Grzegorz Żur 2 years ago committed by GitHub
parent 818eaa7307
commit da6178bdc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save