summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue-2111.rs
blob: ccd113696e101142bd2b6bb6397419045b9508c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// An import with single line comments.
use super::{
    SCHEMA_VERSIONS,
    LodaModel,
    ModelProperties,
    StringMap,
    ModelSelector,
    RequestDescription,
    MethodDescription,
    ModelBehaviour,
    ModelRequestGraph,
    DelayChoice,
    Holding,
    Destinations,
    ModelEdges,
    Switch,
    //    ModelMetaData,
    //    Generated,
    //    SecondsString,
    //    DateString,
    //    ModelConfiguration,
    //    ModelRequests,
    //    RestResponse,
    //    RestResponseCode,
    //    UniformHolding
};