Takayuki Maeda
6f8ad6d83a
suggest adding a #[cfg(test)]
to test modules
...
remove a empty line
import `module_to_string`
use `contains("test")`
show a suggestion in case module starts_with/ends_with "test"
replace `parent` with `containing`
2021-12-16 11:48:58 +09:00
inquisitivecrystal
9a987b0466
Add ty::Visibility::is_public()
2021-11-09 18:35:00 -08:00
Mara Bos
abab99e02b
Stop tracking namespce in used_imports.
...
The information was tracked, but unused.
2021-08-22 16:50:59 +02:00
Mara Bos
f1860d1901
Include attributes in removal span for unused imports.
2021-08-12 17:35:52 +02:00
Aaron Hill
c1011165e6
Attach TokenStream
to ast::Visibility
...
A `Visibility` does not have outer attributes, so we only capture tokens
when parsing a `macro_rules!` matcher
2020-09-10 17:33:06 -04:00
mark
9e5f7d5631
mv compiler to compiler/
2020-08-30 18:45:07 +03:00