rust/tests/rustdoc-js/case.rs

8 lines
97 B
Rust

#![allow(nonstandard_style)]
/// Docs for Foo
pub struct Foo;
/// Docs for foo
pub struct foo;