]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/source-file.rs
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
[rust.git] / src / test / rustdoc / source-file.rs
1 #![crate_name = "foo"]
2
3 // @has source-files.js source-file.rs
4
5 pub struct Foo;