aboutsummaryrefslogtreecommitdiff
path: root/crates/cfg/src/tests.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make `ast_to_token_tree` infallibleJonas Schievink2021-04-041-4/+4
| | | | It could never return `None`, so reflect that in the return type
* cfg: move tests to separate fileJonas Schievink2020-10-231-0/+193
that way we don't have to re-check the entire project when a test is changed