diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-08-03 12:47:56 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-03 12:47:56 +0100 |
commit | f17d2d128939637b92b9dd0ecca1b4d5693af6a0 (patch) | |
tree | ccfc05545faec18738939ea6d47af1adb91cfb5e /crates/ra_hir_expand/src | |
parent | e96bfd812a0f883bc9aa6b5ebe3b0a712c860487 (diff) | |
parent | e5d7b003afb24dda070bc150e268f009ac557529 (diff) |
Merge #5628
5628: Rename test modules r=matklad a=lnicola
Co-authored-by: Laurențiu Nicola <[email protected]>
Diffstat (limited to 'crates/ra_hir_expand/src')
-rw-r--r-- | crates/ra_hir_expand/src/proc_macro.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir_expand/src/proc_macro.rs b/crates/ra_hir_expand/src/proc_macro.rs index 04c026004..2c0ec41d2 100644 --- a/crates/ra_hir_expand/src/proc_macro.rs +++ b/crates/ra_hir_expand/src/proc_macro.rs | |||
@@ -101,7 +101,7 @@ fn remove_derive_attrs(tt: &tt::Subtree) -> Option<tt::Subtree> { | |||
101 | } | 101 | } |
102 | 102 | ||
103 | #[cfg(test)] | 103 | #[cfg(test)] |
104 | mod test { | 104 | mod tests { |
105 | use super::*; | 105 | use super::*; |
106 | use test_utils::assert_eq_text; | 106 | use test_utils::assert_eq_text; |
107 | 107 | ||