]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-2111.rs
Prevent duplicate comma when formatting struct pattern with ".."
[rust.git] / tests / source / issue-2111.rs
1 // An import with single line comments.
2 use super::{
3     SCHEMA_VERSIONS,
4     LodaModel,
5     ModelProperties,
6     StringMap,
7     ModelSelector,
8     RequestDescription,
9     MethodDescription,
10     ModelBehaviour,
11     ModelRequestGraph,
12     DelayChoice,
13     Holding,
14     Destinations,
15     ModelEdges,
16     Switch,
17     //    ModelMetaData,
18     //    Generated,
19     //    SecondsString,
20     //    DateString,
21     //    ModelConfiguration,
22     //    ModelRequests,
23     //    RestResponse,
24     //    RestResponseCode,
25     //    UniformHolding
26 };