diff --git a/Cargo.toml b/Cargo.toml index c97b811..0c6c4db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,8 +24,8 @@ unused_qualifications = "warn" variant_size_differences = "warn" [workspace.lints.clippy] -pedantic = "warn" -cargo = "warn" +pedantic = { level = "warn", priority = -1 } +cargo = { level = "warn", priority = -1 } nursery = { level = "warn", priority = -1 } # conflicts with `unreachable_pub` diff --git a/compose_spec_macros/LICENSE b/compose_spec_macros/LICENSE new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/compose_spec_macros/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file