about summary refs log tree commit diff
path: root/tests/rustdoc-js/case.rs
blob: 532edd55f1dc90a75aff66a462e84b30e5998464 (plain)
1
2
3
4
5
6
7
#![allow(nonstandard_style)]

/// Docs for Foo
pub struct Foo;

/// Docs for foo
pub struct foo;