1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-07-13 01:20:42 +02:00

Merge pull request #1228 from grzegorz-zur/patch-1

Removed unnecessary use statement
This commit is contained in:
liv
2023-02-12 16:54:43 +01:00
committed by GitHub

View File

@ -5,8 +5,6 @@
#[cfg(test)]
mod tests {
use super::*;
#[test]
fn simple_option() {
let target = "rustlings";