diff options
| author | liv <mokou@fastmail.com> | 2023-02-12 16:54:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-12 16:54:43 +0100 |
| commit | f123cb2777d69a4938894bd81b86e1d73d7497c2 (patch) | |
| tree | 824c113346cd2e5472593066b10cda8256eec61a | |
| parent | dc3bf2ea30fe4d1a36fcac259c473a73cbd08525 (diff) | |
| parent | da6178bdc6b8a88d2bfdac82e0281f45b177a299 (diff) | |
Merge pull request #1228 from grzegorz-zur/patch-1
Removed unnecessary use statement
| -rw-r--r-- | exercises/options/options2.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/exercises/options/options2.rs b/exercises/options/options2.rs index b112047..4e36443 100644 --- a/exercises/options/options2.rs +++ b/exercises/options/options2.rs @@ -5,8 +5,6 @@ #[cfg(test)] mod tests { - use super::*; - #[test] fn simple_option() { let target = "rustlings"; |
