mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
Merge pull request #1228 from grzegorz-zur/patch-1
Removed unnecessary use statement
This commit is contained in:
commit
f123cb2777
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