diff options
Diffstat (limited to 'crates/syntax/test_data/parser/ok/0037_mod.rs')
-rw-r--r-- | crates/syntax/test_data/parser/ok/0037_mod.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/syntax/test_data/parser/ok/0037_mod.rs b/crates/syntax/test_data/parser/ok/0037_mod.rs new file mode 100644 index 000000000..7e5a1b835 --- /dev/null +++ b/crates/syntax/test_data/parser/ok/0037_mod.rs | |||
@@ -0,0 +1,5 @@ | |||
1 | // https://github.com/rust-analyzer/rust-analyzer/issues/357 | ||
2 | |||
3 | //! docs | ||
4 | // non-docs | ||
5 | mod foo {} \ No newline at end of file | ||