remove ignored macro tests

we need to significantly reengineer macros, so the tests as they exist
are useless
This commit is contained in:
Aleksey Kladov 2019-02-19 19:51:48 +03:00
parent 4142a3adc6
commit 9738fb48a6
4 changed files with 3 additions and 50 deletions

View file

@ -18,7 +18,7 @@ impl MockAnalysis {
}
/// Creates `MockAnalysis` using a fixture data in the following format:
///
/// ```rust,ignore
/// ```not_rust
/// //- /main.rs
/// mod foo;
/// fn main() {}