Refactor changes

This commit is contained in:
bishtpawan 2020-03-24 13:09:18 +05:30
parent 03bb3bde90
commit cd9921ed82
2 changed files with 0 additions and 3 deletions

View file

@ -4,7 +4,6 @@ Erroneous code example:
```compile_fail,E0710
#[allow(clipp::filter_map)] // error: an unknown tool name found in scoped lint: `clipp::filter_map`
fn main() {
/**
*business logic

View file

@ -37,5 +37,3 @@ LL | #[allow(foo::bar)]
error: aborting due to 6 previous errors
For more information about this error, try `rustc --explain E0710`.