rustdoc: fix rustdoc-gui tests for logo changes
This commit is contained in:
parent
c6e6ecb1af
commit
7c10c6f63d
6 changed files with 34 additions and 18 deletions
|
@ -1,6 +1,8 @@
|
|||
#![feature(staged_api)]
|
||||
#![feature(rustdoc_internals)]
|
||||
#![allow(internal_features)]
|
||||
#![stable(feature = "some_feature", since = "1.3.5")]
|
||||
#![doc(rust_logo)]
|
||||
|
||||
#[stable(feature = "some_feature", since = "1.3.5")]
|
||||
pub struct Foo {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue