Skip to content

Commit 8c64731

Browse files
committed
smoke test
1 parent 0092a2b commit 8c64731

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,9 @@ pub(crate) mod ffi_ptr_ext;
361361
pub(crate) mod py_result_ext;
362362
pub(crate) mod sealed;
363363

364+
#[cfg(windows)]
365+
compile_error!("smoke test to confirm clippy running against right target.");
366+
364367
/// Old module which contained some implementation details of the `#[pyproto]` module.
365368
///
366369
/// Prefer using the same content from `pyo3::pyclass`, e.g. `use pyo3::pyclass::CompareOp` instead

0 commit comments

Comments
 (0)