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

Removed unnecessary use statement
pull/1369/head
liv 1 year ago committed by GitHub
commit f123cb2777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save