We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0092a2b commit 8c64731Copy full SHA for 8c64731
src/lib.rs
@@ -361,6 +361,9 @@ pub(crate) mod ffi_ptr_ext;
361
pub(crate) mod py_result_ext;
362
pub(crate) mod sealed;
363
364
+#[cfg(windows)]
365
+compile_error!("smoke test to confirm clippy running against right target.");
366
+
367
/// Old module which contained some implementation details of the `#[pyproto]` module.
368
///
369
/// Prefer using the same content from `pyo3::pyclass`, e.g. `use pyo3::pyclass::CompareOp` instead
0 commit comments