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.
2 parents 1a02c8f + 54e3f89 commit d7baa84Copy full SHA for d7baa84
tss-esapi-sys/build.rs
@@ -57,8 +57,8 @@ fn main() {
57
}
58
59
60
-#[allow(clippy::uninlined_format_args)]
61
#[cfg(feature = "generate-bindings")]
+#[allow(clippy::uninlined_format_args)]
62
pub fn generate_from_system(esapi_out: PathBuf) {
63
pkg_config::Config::new()
64
.atleast_version(MINIMUM_VERSION)
tss-esapi/src/tcti_ldr.rs
@@ -633,6 +633,7 @@ pub enum BusType {
633
Session,
634
635
636
+#[allow(clippy::derivable_impls)] // Remove this when MSRV is higher then 1.57
637
impl Default for BusType {
638
fn default() -> Self {
639
BusType::System
0 commit comments