Extra cfg_hide a bit to handle inner cfgs

This commit is contained in:
Guillaume Gomez 2022-01-16 21:03:16 +01:00
parent fd005f53c2
commit caec4a23f2
4 changed files with 11 additions and 16 deletions

View file

@ -26,7 +26,7 @@ pub struct Hyperdulia;
// @has 'oud/struct.Oystercatcher.html'
// @count - '//*[@class="stab portability"]' 1
// @matches - '//*[@class="stab portability"]' 'crate features solecism and oystercatcher'
// @matches - '//*[@class="stab portability"]' 'crate feature oystercatcher only'
// compile-flags:--cfg feature="oystercatcher"
#[cfg(all(feature = "solecism", feature = "oystercatcher"))]
pub struct Oystercatcher;