rust/tests/run-make-fulldeps/rustdoc-themes/foo.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
119 B
Rust
Raw Normal View History

2019-05-24 14:04:45 -05:00
// @has test.css
// @has foo/struct.Foo.html
// @has - '//link[@rel="stylesheet"]/@href' '../test.css'
pub struct Foo;