5 lines
156 B
Rust
5 lines
156 B
Rust
|
//! It is important that this file has at least one `-` in the file name since
|
||
|
//! we want to test that it becomes a `_` when appropriate.
|
||
|
|
||
|
pub struct Foo;
|