Add a test for #2111
This commit is contained in:
parent
643ef24b46
commit
334b410785
28
tests/source/issue-2111.rs
Normal file
28
tests/source/issue-2111.rs
Normal file
@ -0,0 +1,28 @@
|
||||
// rustfmt-normalize_comments: false
|
||||
|
||||
// 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
|
||||
};
|
26
tests/target/issue-2111.rs
Normal file
26
tests/target/issue-2111.rs
Normal file
@ -0,0 +1,26 @@
|
||||
// rustfmt-normalize_comments: false
|
||||
|
||||
// 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};
|
Loading…
x
Reference in New Issue
Block a user