Migrate some tests away from concat-idents
`concat_idents!` is in the process of being removed, but a few things it is used to test will still be relevant. Migrate these tests to something other than `concat_idents`.
This commit is contained in:
parent
d1d8e386c5
commit
f8ab9343b8
9 changed files with 95 additions and 57 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#![feature(concat_idents)]
|
||||
#![allow(nonstandard_style)]
|
||||
/// Generate 250 items that all match the query, starting with the longest.
|
||||
/// Those long items should be dropped from the result set, and the short ones
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue