diff options
Diffstat (limited to 'tests/rustdoc-js/case.rs')
| -rw-r--r-- | tests/rustdoc-js/case.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/rustdoc-js/case.rs b/tests/rustdoc-js/case.rs new file mode 100644 index 00000000000..532edd55f1d --- /dev/null +++ b/tests/rustdoc-js/case.rs @@ -0,0 +1,7 @@ +#![allow(nonstandard_style)] + +/// Docs for Foo +pub struct Foo; + +/// Docs for foo +pub struct foo; |
