summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-2111.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/rustfmt/tests/target/issue-2111.rs')
-rw-r--r--src/tools/rustfmt/tests/target/issue-2111.rs26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/tools/rustfmt/tests/target/issue-2111.rs b/src/tools/rustfmt/tests/target/issue-2111.rs
new file mode 100644
index 000000000..42c1862e8
--- /dev/null
+++ b/src/tools/rustfmt/tests/target/issue-2111.rs
@@ -0,0 +1,26 @@
+// An import with single line comments.
+use super::{
+ DelayChoice,
+ Destinations,
+ Holding,
+ LodaModel,
+ MethodDescription,
+ ModelBehaviour,
+ ModelEdges,
+ ModelProperties,
+ ModelRequestGraph,
+ ModelSelector,
+ RequestDescription,
+ StringMap,
+ Switch,
+ // ModelMetaData,
+ // Generated,
+ // SecondsString,
+ // DateString,
+ // ModelConfiguration,
+ // ModelRequests,
+ // RestResponse,
+ // RestResponseCode,
+ // UniformHolding
+ SCHEMA_VERSIONS,
+};