Add GUI test for long inline cfg labels display
This commit is contained in:
parent
75cc2b8e8c
commit
9d130582ab
2 changed files with 20 additions and 1 deletions
|
@ -507,3 +507,12 @@ pub mod fields {
|
|||
},
|
||||
}
|
||||
}
|
||||
|
||||
pub mod cfgs {
|
||||
#[doc(cfg(all(
|
||||
any(not(feature = "appservice-api-c"), not(feature = "appservice-api-s")),
|
||||
any(not(feature = "client"), not(feature = "server")),
|
||||
)))]
|
||||
/// Some docs.
|
||||
pub mod cfgs {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue