mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
c3e29ea5e9
It doesn't look quite right, because the lines are too far apart, and it's not going to be announced by screenreaders as a menu button, since that's not what the symbol means. This adds a real tooltip and uses a better drawing of the icon.
7 lines
282 B
Rust
7 lines
282 B
Rust
#![feature(rustdoc_internals)]
|
|
#![allow(internal_features)]
|
|
#![doc(rust_logo)]
|
|
// Note: this test is paired with logo-class.rs and logo-class-default.rs.
|
|
// @has logo_class_rust/struct.SomeStruct.html '//*[@class="logo-container"]/img[@class="rust-logo"]' ''
|
|
pub struct SomeStruct;
|