mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-10 06:30:32 +00:00
@@ -6,10 +6,12 @@ Structured access to the install-action manifests.
|
|||||||
|
|
||||||
#![doc(test(
|
#![doc(test(
|
||||||
no_crate_inject,
|
no_crate_inject,
|
||||||
attr(
|
attr(allow(
|
||||||
deny(warnings, rust_2018_idioms, single_use_lifetimes),
|
dead_code,
|
||||||
allow(dead_code, unused_variables)
|
unused_variables,
|
||||||
)
|
clippy::undocumented_unsafe_blocks,
|
||||||
|
clippy::unused_trait_names,
|
||||||
|
))
|
||||||
))]
|
))]
|
||||||
#![warn(
|
#![warn(
|
||||||
// Lints that may help when writing public library.
|
// Lints that may help when writing public library.
|
||||||
|
|||||||
Reference in New Issue
Block a user