mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-26 00:00:03 +03:00
Merge pull request #1228 from grzegorz-zur/patch-1
Removed unnecessary use statement
This commit is contained in:
commit
f123cb2777
|
@ -5,8 +5,6 @@
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn simple_option() {
|
||||
let target = "rustlings";
|
||||
|
|
Loading…
Reference in a new issue