We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d3d50 commit 219f574Copy full SHA for 219f574
src/python_api.rs
@@ -1,3 +1,7 @@
1
+#![allow(clippy::borrow_deref_ref)] // TODO: broken clippy lint?
2
+// Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <licensing@securedna.org>
3
+// SPDX-License-Identifier: MIT OR Apache-2.0
4
+
5
use std::convert::TryFrom;
6
use pyo3::exceptions::PyValueError;
7
use pyo3::prelude::*;
0 commit comments