ignore a doctest for the non-exported macro
This commit is contained in:
parent
6d8b56972c
commit
3d12fd0faf
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ macro_rules! impl_fn_for_zst {
|
||||||
///
|
///
|
||||||
/// # Example
|
/// # Example
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```ignore(cannot-test-this-because-non-exported-macro)
|
||||||
/// cfg_if! {
|
/// cfg_if! {
|
||||||
/// if #[cfg(unix)] {
|
/// if #[cfg(unix)] {
|
||||||
/// fn foo() { /* unix specific functionality */ }
|
/// fn foo() { /* unix specific functionality */ }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue